adding joliet flags to bootcd

svn path=/trunk/; revision=25208
This commit is contained in:
Magnus Olsen 2006-12-23 10:34:05 +00:00
parent 80e2c0393d
commit 0435a6b3d6

View file

@ -3139,7 +3139,7 @@ MingwIsoModuleHandler::GenerateIsoModuleTarget ()
OutputCdfileCopyCommands ( bootcdDirectory );
fprintf ( fMakefile, "\t$(ECHO_CDMAKE)\n" );
fprintf ( fMakefile,
"\t$(Q)$(CDMAKE_TARGET) -v -m -b %s %s REACTOS %s\n",
"\t$(Q)$(CDMAKE_TARGET) -v -m -b -j %s %s REACTOS %s\n",
isoboot.c_str (),
bootcd.c_str (),
IsoName.c_str() );