mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
adding joliet flags to bootcd
svn path=/trunk/; revision=25208
This commit is contained in:
parent
80e2c0393d
commit
0435a6b3d6
1 changed files with 1 additions and 1 deletions
|
@ -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() );
|
||||
|
|
Loading…
Reference in a new issue