diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 16:23:03 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-29 16:23:03 +0000 |
commit | e750e8644fb332c5cb9cc11a7a7cb6c2778e53e8 (patch) | |
tree | 395848b08150ea7d8e6278f4294d52c5f785b2e5 /mTextControl/mtextcontrol_9.vcproj | |
parent | ea0738678d7d729b6bbd1c9c37d3914fcc7df0d9 (diff) |
another part of small project fixes and x64 adaptation in some cases
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@229 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'mTextControl/mtextcontrol_9.vcproj')
-rw-r--r-- | mTextControl/mtextcontrol_9.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mTextControl/mtextcontrol_9.vcproj b/mTextControl/mtextcontrol_9.vcproj index b58a018..1ad020d 100644 --- a/mTextControl/mtextcontrol_9.vcproj +++ b/mTextControl/mtextcontrol_9.vcproj @@ -51,7 +51,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MTEXTCONTROL_EXPORTS;MTEXT_NOHELPERS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -141,7 +141,7 @@ Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MTEXTCONTROL_EXPORTS;MTEXT_NOHELPERS"
StringPooling="true"
RuntimeLibrary="0"
@@ -228,7 +228,7 @@ <Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MTEXTCONTROL_EXPORTS;MTEXT_NOHELPERS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -328,7 +328,7 @@ Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="../../include;../ExternalAPI"
+ AdditionalIncludeDirectories="../include;../ExternalAPI"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_UNICODE;UNICODE;_USRDLL;MTEXTCONTROL_EXPORTS;MTEXT_NOHELPERS"
StringPooling="true"
RuntimeLibrary="2"
|