mirror of
https://github.com/reactos/reactos.git
synced 2025-07-10 21:14:13 +00:00
Only pass GCC specific options to GCC
svn path=/branches/xmlbuildsystem/; revision=15279
This commit is contained in:
parent
91c4967ba6
commit
1732348d39
4 changed files with 83 additions and 41 deletions
|
@ -488,9 +488,9 @@ MingwModuleHandler::GetObjectFilenames ()
|
|||
return objectFilenames;
|
||||
}
|
||||
|
||||
string
|
||||
/* static */ string
|
||||
MingwModuleHandler::GenerateGccDefineParametersFromVector (
|
||||
const vector<Define*>& defines ) const
|
||||
const vector<Define*>& defines )
|
||||
{
|
||||
string parameters;
|
||||
for ( size_t i = 0; i < defines.size (); i++ )
|
||||
|
@ -535,8 +535,8 @@ MingwModuleHandler::ConcatenatePaths (
|
|||
return path1 + CSEP + path2;
|
||||
}
|
||||
|
||||
string
|
||||
MingwModuleHandler::GenerateGccIncludeParametersFromVector ( const vector<Include*>& includes ) const
|
||||
/* static */ string
|
||||
MingwModuleHandler::GenerateGccIncludeParametersFromVector ( const vector<Include*>& includes )
|
||||
{
|
||||
string parameters;
|
||||
for ( size_t i = 0; i < includes.size (); i++ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue