mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 08:53:02 +00:00
-fix build
svn path=/trunk/; revision=33325
This commit is contained in:
parent
1788cb32b5
commit
88b5cb544c
1 changed files with 2 additions and 2 deletions
|
@ -3837,13 +3837,13 @@ MingwCabinetModuleHandler::Process ()
|
||||||
GenerateRules ();
|
GenerateRules ();
|
||||||
|
|
||||||
const FileLocation *target_file = GetTargetFilename ( module, NULL );
|
const FileLocation *target_file = GetTargetFilename ( module, NULL );
|
||||||
fprintf ( fMakefile, "%s: | %s\n",
|
fprintf ( fMakefile, "%s: $(CABMAN_TARGET) | %s\n",
|
||||||
targetMacro.c_str (),
|
targetMacro.c_str (),
|
||||||
backend->GetFullPath ( *target_file ).c_str () );
|
backend->GetFullPath ( *target_file ).c_str () );
|
||||||
|
|
||||||
fprintf ( fMakefile, "\t$(ECHO_CABMAN)\n" );
|
fprintf ( fMakefile, "\t$(ECHO_CABMAN)\n" );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t$(Q)$(cabman_TARGET) -M raw -S %s $(%s_SOURCES)\n", // Escape the asterisk for Make
|
"\t$(Q)$(CABMAN_TARGET) -M raw -S %s $(%s_SOURCES)\n", // Escape the asterisk for Make
|
||||||
targetMacro.c_str (),
|
targetMacro.c_str (),
|
||||||
module.name.c_str());
|
module.name.c_str());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue