mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Modules are built in the intermediate directory.
svn path=/branches/xmlbuildsystem/; revision=13171
This commit is contained in:
@@ -221,7 +221,7 @@ MingwBackend::ProcessModule ( Module& module )
|
||||
module.node.location,
|
||||
module.type );
|
||||
h->Process ( module );
|
||||
h->GenerateDirectoryTargets ();
|
||||
h->GenerateDirectoryTargets ();
|
||||
}
|
||||
|
||||
string
|
||||
|
||||
@@ -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 ());
|
||||
|
||||
Reference in New Issue
Block a user