mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
add . to list of include directories for all projects
svn path=/trunk/; revision=17575
This commit is contained in:
parent
95f9fe7198
commit
8bbdffa2ff
1 changed files with 2 additions and 0 deletions
|
@ -308,6 +308,7 @@ MSVCBackend::_generate_dsp ( const Module& module )
|
|||
}
|
||||
}
|
||||
|
||||
fprintf ( OUT, " /I \".\"" );
|
||||
for ( i = 0; i < defines.size(); i++ )
|
||||
{
|
||||
fprintf ( OUT, " /D \"%s\"", defines[i].c_str() );
|
||||
|
@ -406,6 +407,7 @@ MSVCBackend::_generate_dsp ( const Module& module )
|
|||
}
|
||||
}
|
||||
|
||||
fprintf ( OUT, " /I \".\"" );
|
||||
for ( i = 0; i < defines2.size(); i++ )
|
||||
{
|
||||
const string& define = defines2[i];
|
||||
|
|
Loading…
Reference in a new issue