diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 08:43:00 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-23 08:43:00 +0000 |
commit | 72c858d136d42fccd422620542b9c73808f16ae8 (patch) | |
tree | 272f5fd9721a37c8ca5ffed250b407059baf62d0 /dbeditorpp/dbeditorpp.vcproj | |
parent | ad6120fe6fa5617f80fbd9f401d7c66dff9d2a98 (diff) |
another part of small project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@200 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'dbeditorpp/dbeditorpp.vcproj')
-rw-r--r-- | dbeditorpp/dbeditorpp.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dbeditorpp/dbeditorpp.vcproj b/dbeditorpp/dbeditorpp.vcproj index 028f1c3..f6ea2b9 100644 --- a/dbeditorpp/dbeditorpp.vcproj +++ b/dbeditorpp/dbeditorpp.vcproj @@ -27,7 +27,7 @@ InlineFunctionExpansion="1"
FavorSizeOrSpeed="2"
OmitFramePointers="FALSE"
- AdditionalIncludeDirectories="../../include"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DBEDITORPP_EXPORTS"
StringPooling="TRUE"
RuntimeLibrary="2"
@@ -96,7 +96,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DBEDITORPP_EXPORTS"
ExceptionHandling="FALSE"
BasicRuntimeChecks="3"
@@ -164,7 +164,7 @@ FavorSizeOrSpeed="2"
OmitFramePointers="FALSE"
OptimizeForProcessor="0"
- AdditionalIncludeDirectories="../../include"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DBEDITORPP_EXPORTS"
StringPooling="TRUE"
ExceptionHandling="FALSE"
@@ -232,7 +232,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DBEDITORPP_EXPORTS"
ExceptionHandling="FALSE"
BasicRuntimeChecks="3"
|