diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-22 21:25:29 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-22 21:25:29 +0000 |
commit | ab575925647db4cc7ddf9322161a70286f31ad17 (patch) | |
tree | 5e80361c9e79d1b4c2d9d323abc9c18a08261d13 /buddyexpectator/buddyexpectator.vcproj | |
parent | 4101ee8ff9bc818f40dc0173b1434761f187597f (diff) |
small project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@198 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'buddyexpectator/buddyexpectator.vcproj')
-rw-r--r-- | buddyexpectator/buddyexpectator.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buddyexpectator/buddyexpectator.vcproj b/buddyexpectator/buddyexpectator.vcproj index a83a32c..1040e28 100644 --- a/buddyexpectator/buddyexpectator.vcproj +++ b/buddyexpectator/buddyexpectator.vcproj @@ -19,7 +19,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
@@ -68,7 +68,7 @@ CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUDDYEXPECTATOR_EXPORTS"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
|