diff options
| author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-24 21:46:37 +0000 |
|---|---|---|
| committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-24 21:46:37 +0000 |
| commit | c4bcc38ec25ed0b149fa5cc5af74119cedf9d43e (patch) | |
| tree | a11df16eac15943b32bba79ae34530afbc2807d4 /floatingcontacts/FltCont_7.vcproj | |
| parent | 5b74bda58f47e7894a83643b86d24f0c78e60285 (diff) | |
another part of small project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@207 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'floatingcontacts/FltCont_7.vcproj')
| -rw-r--r-- | floatingcontacts/FltCont_7.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/floatingcontacts/FltCont_7.vcproj b/floatingcontacts/FltCont_7.vcproj index 0a0e42b..485f9a3 100644 --- a/floatingcontacts/FltCont_7.vcproj +++ b/floatingcontacts/FltCont_7.vcproj @@ -22,7 +22,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include/"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
MinimalRebuild="TRUE"
ExceptionHandling="FALSE"
@@ -80,7 +80,7 @@ Optimization="1"
FavorSizeOrSpeed="2"
OptimizeForWindowsApplication="TRUE"
- AdditionalIncludeDirectories="../../include/"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="TRUE"
ExceptionHandling="FALSE"
@@ -140,7 +140,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include/"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL"
MinimalRebuild="TRUE"
ExceptionHandling="FALSE"
@@ -198,7 +198,7 @@ Optimization="1"
FavorSizeOrSpeed="2"
OptimizeForWindowsApplication="TRUE"
- AdditionalIncludeDirectories="../../include/"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
StringPooling="TRUE"
ExceptionHandling="FALSE"
|
