mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
fix a typo
svn path=/trunk/; revision=25209
This commit is contained in:
parent
0435a6b3d6
commit
412dfceb6a
1 changed files with 1 additions and 1 deletions
|
@ -3139,7 +3139,7 @@ MingwIsoModuleHandler::GenerateIsoModuleTarget ()
|
||||||
OutputCdfileCopyCommands ( bootcdDirectory );
|
OutputCdfileCopyCommands ( bootcdDirectory );
|
||||||
fprintf ( fMakefile, "\t$(ECHO_CDMAKE)\n" );
|
fprintf ( fMakefile, "\t$(ECHO_CDMAKE)\n" );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t$(Q)$(CDMAKE_TARGET) -v -m -b -j %s %s REACTOS %s\n",
|
"\t$(Q)$(CDMAKE_TARGET) -v -j -m -b %s %s REACTOS %s\n",
|
||||||
isoboot.c_str (),
|
isoboot.c_str (),
|
||||||
bootcd.c_str (),
|
bootcd.c_str (),
|
||||||
IsoName.c_str() );
|
IsoName.c_str() );
|
||||||
|
|
Loading…
Reference in a new issue