Option to disable automatic dependencies

svn path=/branches/xmlbuildsystem/; revision=15413
This commit is contained in:
Casper Hornstrup 2005-05-19 19:53:01 +00:00
parent 2342aee312
commit 083a71c9f2
11 changed files with 72 additions and 52 deletions

View file

@ -1280,7 +1280,7 @@ MingwModuleHandler::GetObjectsVector ( const IfableData& data,
void
MingwModuleHandler::GenerateCleanObjectsAsYouGoCode () const
{
if ( backend->cleanAsYouGo )
if ( backend->configuration.CleanAsYouGo )
{
vector<string> objectFiles;
GetObjectsVector ( module.non_if_data,