diff options
| author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 15:50:56 +0000 |
|---|---|---|
| committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 15:50:56 +0000 |
| commit | e862847d72190a96938fae5a2b4e615beb4a77fe (patch) | |
| tree | 95dbbe42733c487ccdf37e006909a7a8574e0387 /dbeditorpp/dbeditorpp.vcproj | |
| parent | 774f7488647ac9d36dbb6575a723593530b8e3af (diff) | |
move api to folder
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@52 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'dbeditorpp/dbeditorpp.vcproj')
| -rw-r--r-- | dbeditorpp/dbeditorpp.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbeditorpp/dbeditorpp.vcproj b/dbeditorpp/dbeditorpp.vcproj index 38d04d8..d6406dd 100644 --- a/dbeditorpp/dbeditorpp.vcproj +++ b/dbeditorpp/dbeditorpp.vcproj @@ -22,7 +22,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include"
+ AdditionalIncludeDirectories="../../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DBEDITORPP_EXPORTS"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -92,7 +92,7 @@ GlobalOptimizations="FALSE"
InlineFunctionExpansion="1"
OptimizeForWindowsApplication="TRUE"
- AdditionalIncludeDirectories="../../include"
+ AdditionalIncludeDirectories="../../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DBEDITORPP_EXPORTS"
StringPooling="TRUE"
RuntimeLibrary="2"
|
