mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
-get rid of wine headers in Debug/Release/Speed configurations
svn path=/trunk/; revision=22916
This commit is contained in:
parent
cf82ae7be8
commit
386a355fb8
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
|||
if ( !strncmp(incs[i]->directory.c_str(), "include\\ddk", 11 ) ||
|
||||
!strncmp(incs[i]->directory.c_str(), "include\\crt", 11 ) ||
|
||||
!strncmp(incs[i]->directory.c_str(), "include\\GL", 10 ) ||
|
||||
!strncmp(incs[i]->directory.c_str(), "include\\ddk", 11 ) ||
|
||||
!strncmp(incs[i]->directory.c_str(), "include\\psdk", 12 ) ||
|
||||
!strncmp(incs[i]->directory.c_str(), "include\\reactos\\wine", 20 ) )
|
||||
{
|
||||
includes_wine.push_back ( path );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue