From bb68107270acb937a83b4f93090e1739d555833d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 29 May 2013 14:19:10 +0000 Subject: we don't declare WIN64 anymore in projects git-svn-id: http://svn.miranda-ng.org/main/trunk@4833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/mTextControl/mtextcontrol_10.vcxproj | 4 ++-- plugins/mTextControl/mtextcontrol_11.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/mTextControl') diff --git a/plugins/mTextControl/mtextcontrol_10.vcxproj b/plugins/mTextControl/mtextcontrol_10.vcxproj index bd39ca45a2..ae474bf5f0 100644 --- a/plugins/mTextControl/mtextcontrol_10.vcxproj +++ b/plugins/mTextControl/mtextcontrol_10.vcxproj @@ -130,7 +130,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;MTEXT_NOHELPERS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;MTEXT_NOHELPERS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -157,7 +157,7 @@ Full OnlyExplicitInline ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;MTEXT_NOHELPERS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;MTEXT_NOHELPERS;%(PreprocessorDefinitions) true true Use diff --git a/plugins/mTextControl/mtextcontrol_11.vcxproj b/plugins/mTextControl/mtextcontrol_11.vcxproj index 18caaa32d2..420f0f00cc 100644 --- a/plugins/mTextControl/mtextcontrol_11.vcxproj +++ b/plugins/mTextControl/mtextcontrol_11.vcxproj @@ -134,7 +134,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;MTEXT_NOHELPERS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;MTEXT_NOHELPERS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -161,7 +161,7 @@ Full OnlyExplicitInline ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;MTEXT_NOHELPERS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;MTEXT_NOHELPERS;%(PreprocessorDefinitions) true true Use -- cgit v1.2.3