diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 16:16:00 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-04-27 16:16:00 +0000 |
commit | 164bc6af16bc03c4265fa1eb3f2204d908b24aee (patch) | |
tree | 8511d2cbf0098cca7e5abb117811ea40fd3db294 /fingerprint_mod/fingerprint_mod.vcproj | |
parent | 9f6f342eae02d12e9786a771f86a382af19b3bb7 (diff) |
move api to folder
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@55 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'fingerprint_mod/fingerprint_mod.vcproj')
-rw-r--r-- | fingerprint_mod/fingerprint_mod.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fingerprint_mod/fingerprint_mod.vcproj b/fingerprint_mod/fingerprint_mod.vcproj index bb909a3..78018a1 100644 --- a/fingerprint_mod/fingerprint_mod.vcproj +++ b/fingerprint_mod/fingerprint_mod.vcproj @@ -24,7 +24,7 @@ GlobalOptimizations="TRUE"
InlineFunctionExpansion="1"
FavorSizeOrSpeed="1"
- AdditionalIncludeDirectories="..\..\..\include"
+ AdditionalIncludeDirectories="..\..\include;..\ExternalAPI"
PreprocessorDefinitions="LITE;_LITE;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS"
StringPooling="TRUE"
ExceptionHandling="FALSE"
@@ -84,7 +84,7 @@ GlobalOptimizations="TRUE"
InlineFunctionExpansion="1"
FavorSizeOrSpeed="1"
- AdditionalIncludeDirectories="..\..\..\include"
+ AdditionalIncludeDirectories="..\..\include;..\ExternalAPI"
PreprocessorDefinitions="STANDARD;_STANDARD;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS"
StringPooling="TRUE"
ExceptionHandling="FALSE"
@@ -144,7 +144,7 @@ GlobalOptimizations="TRUE"
InlineFunctionExpansion="1"
FavorSizeOrSpeed="1"
- AdditionalIncludeDirectories="..\..\..\include"
+ AdditionalIncludeDirectories="..\..\include;..\ExternalAPI"
PreprocessorDefinitions="FULL;_FULL;WIN32;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS"
StringPooling="TRUE"
ExceptionHandling="FALSE"
@@ -200,7 +200,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\..\include"
+ AdditionalIncludeDirectories="..\..\include;..\ExternalAPI"
PreprocessorDefinitions="FULL;_FULL;WIN32;_DEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
|