mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00: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:
parent
1a73e268ff
commit
0e152e82fb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue