Get rbuild to build ISOs with the bootsector again
Patch by Samuel Bronson, naesten at gmail dot com
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp

Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
--- trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp	2006-02-03 20:38:07 UTC (rev 77)
+++ trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp	2006-02-03 23:57:39 UTC (rev 78)
@@ -2970,9 +2970,9 @@
 	OutputCdfileCopyCommands ( bootcdDirectory );
 	fprintf ( fMakefile, "\t$(ECHO_CDMAKE)\n" );
 	fprintf ( fMakefile,
-	          //"\t$(Q)$(CDMAKE_TARGET) -v -m -b %s %s REACTOS ReactOS.iso\n",
-	          //isoboot.c_str (),
-	          "\t$(Q)$(CDMAKE_TARGET) -v -m %s REACTOS ReactOS.iso\n",
+              "\t$(Q)$(CDMAKE_TARGET) -v -m -b %s %s REACTOS ReactOS.iso\n",
+              isoboot.c_str (),
+              //"\t$(Q)$(CDMAKE_TARGET) -v -m %s REACTOS ReactOS.iso\n",
 	          bootcd.c_str () );
 	fprintf ( fMakefile,
 	          "\n" );