mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 12:44:24 +08:00
Change "base" to "installbase" for the <bootstrap> element of "green.rbuild" (the older syntax is no longer valid)
See issue #2706 for more details. svn path=/trunk/; revision=29505
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<module name="green" type="kernelmodedriver" installbase="system32/drivers" installname="green.sys">
|
||||
<bootstrap base="reactos" />
|
||||
<bootstrap installbase="reactos" />
|
||||
<define name="__USE_W32API" />
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
|
||||
Reference in New Issue
Block a user