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:
Colin Finck 2007-10-11 16:06:11 +00:00
parent 1a73e268ff
commit 0e152e82fb

View file

@ -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>