[ros-diffs] [gedmurphy] 78: Get rbuild to build ISOs with the bootsector again

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Sat Feb 4 00:57:44 CET 2006


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" );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060204/414158ee/attachment-0002.html


More information about the Ros-diffs mailing list