[ros-diffs] [cfinck] 29505: Change "base" to "installbase" for the <bootstrap> element of "green.rbuild" (the older syntax is no longer valid) See issue #2706 for more details.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Thu Oct 11 18:06:11 CEST 2007


Author: cfinck
Date: Thu Oct 11 20:06:11 2007
New Revision: 29505

URL: http://svn.reactos.org/svn/reactos?rev=29505&view=rev
Log:
Change "base" to "installbase" for the <bootstrap> element of "green.rbuild" (the older syntax is no longer valid)
See issue #2706 for more details.

Modified:
    trunk/rosapps/green/green.rbuild

Modified: trunk/rosapps/green/green.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/green/green.rbuild?rev=29505&r1=29504&r2=29505&view=diff
==============================================================================
--- trunk/rosapps/green/green.rbuild (original)
+++ trunk/rosapps/green/green.rbuild Thu Oct 11 20:06:11 2007
@@ -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>




More information about the Ros-diffs mailing list