mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:33:12 +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
|
@ -221,7 +221,7 @@ MingwBackend::ProcessModule ( Module& module )
|
||||||
module.node.location,
|
module.node.location,
|
||||||
module.type );
|
module.type );
|
||||||
h->Process ( module );
|
h->Process ( module );
|
||||||
h->GenerateDirectoryTargets ();
|
h->GenerateDirectoryTargets ();
|
||||||
}
|
}
|
||||||
|
|
||||||
string
|
string
|
||||||
|
|
|
@ -946,7 +946,7 @@ MingwModuleHandler::GenerateMacrosAndTargets (
|
||||||
module.name.c_str () );
|
module.name.c_str () );
|
||||||
fprintf ( fMakefile, "%s: %s\n\n",
|
fprintf ( fMakefile, "%s: %s\n\n",
|
||||||
module.name.c_str (),
|
module.name.c_str (),
|
||||||
module.GetPath ().c_str () );
|
FixupTargetFilename ( module.GetPath () ).c_str () );
|
||||||
|
|
||||||
// future references to the macros will be to get their values
|
// future references to the macros will be to get their values
|
||||||
cflagsMacro = ssprintf ("$(%s)", cflagsMacro.c_str ());
|
cflagsMacro = ssprintf ("$(%s)", cflagsMacro.c_str ());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue