diff options
| author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 21:47:31 +0000 |
|---|---|---|
| committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 21:47:31 +0000 |
| commit | 35a4603c6135738a5c9f7729c6bb19f9ce656c8a (patch) | |
| tree | 649db4c74654c5968dfba2a3de74c69b4437127d /StopSpamPlus/stopspam_9.vcproj | |
| parent | e750e8644fb332c5cb9cc11a7a7cb6c2778e53e8 (diff) | |
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@230 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'StopSpamPlus/stopspam_9.vcproj')
| -rw-r--r-- | StopSpamPlus/stopspam_9.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/StopSpamPlus/stopspam_9.vcproj b/StopSpamPlus/stopspam_9.vcproj index 81f6c5f..d74f50c 100644 --- a/StopSpamPlus/stopspam_9.vcproj +++ b/StopSpamPlus/stopspam_9.vcproj @@ -43,7 +43,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -125,7 +125,7 @@ Name="VCCLCompilerTool"
Optimization="1"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS"
StringPooling="true"
RuntimeLibrary="0"
@@ -214,7 +214,7 @@ Name="VCCLCompilerTool"
Optimization="1"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS"
StringPooling="true"
RuntimeLibrary="2"
@@ -302,7 +302,7 @@ Name="VCCLCompilerTool"
Optimization="3"
FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="..\..\include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;STOPSPAM_EXPORTS"
MinimalRebuild="true"
BasicRuntimeChecks="0"
|
