mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 20:23:59 +00:00
Option to disable automatic dependencies
svn path=/branches/xmlbuildsystem/; revision=15413
This commit is contained in:
parent
2342aee312
commit
083a71c9f2
11 changed files with 72 additions and 52 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue