mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
Modules are built in the intermediate directory.
svn path=/branches/xmlbuildsystem/; revision=13171
This commit is contained in:
parent
45e6d4dd39
commit
5ce17b05d1
2 changed files with 2 additions and 2 deletions
|
@ -946,7 +946,7 @@ MingwModuleHandler::GenerateMacrosAndTargets (
|
|||
module.name.c_str () );
|
||||
fprintf ( fMakefile, "%s: %s\n\n",
|
||||
module.name.c_str (),
|
||||
module.GetPath ().c_str () );
|
||||
FixupTargetFilename ( module.GetPath () ).c_str () );
|
||||
|
||||
// future references to the macros will be to get their values
|
||||
cflagsMacro = ssprintf ("$(%s)", cflagsMacro.c_str ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue