diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-09 22:34:16 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-09 22:34:16 +0000 |
commit | db49ddd718a1e3d1ba596768c07e45ff72da0849 (patch) | |
tree | efa034ac61457261f58f8660a6220a65ec4d9564 /mTextControl/mtextcontrol_9.vcproj | |
parent | 1b2283a5b5e4a18addd39947048cfdbd95e1a32f (diff) |
Project paths restored pt 2
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@246 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 1ad020d..b58a018 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"
|