Modules are built in the intermediate directory.

svn path=/branches/xmlbuildsystem/; revision=13171
This commit is contained in:
Casper Hornstrup 2005-01-20 23:05:36 +00:00
parent 45e6d4dd39
commit 5ce17b05d1
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 ());