From: Sebastian Pipping Date: Thu, 25 May 2017 13:15:08 +0000 (+0200) Subject: Visual Studio 20xx: No longer define WIN32 X-Git-Tag: R_2_2_1~47^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50e0dd88f01d0b9f724b3e38e674f582d5842c0f;p=libexpat Visual Studio 20xx: No longer define WIN32 --- diff --git a/expat/examples/elements.vcxproj b/expat/examples/elements.vcxproj index 747e8d9b..20da9b2c 100644 --- a/expat/examples/elements.vcxproj +++ b/expat/examples/elements.vcxproj @@ -61,7 +61,7 @@ Level3 false ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) + NDEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) .\..\win32\tmp\Release-elements\ .\..\win32\tmp\Release-elements\elements.pch .\..\win32\tmp\Release-elements\ @@ -96,7 +96,7 @@ Level3 EditAndContinue ..\lib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) + _DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) .\..\win32\tmp\Debug-elements\ true .\..\win32\tmp\Debug-elements\elements.pch diff --git a/expat/examples/outline.vcxproj b/expat/examples/outline.vcxproj index 3468b48f..56a065f7 100644 --- a/expat/examples/outline.vcxproj +++ b/expat/examples/outline.vcxproj @@ -72,7 +72,7 @@ true EditAndContinue ..\lib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) .\..\win32\tmp\Debug-outline\ .\..\win32\tmp\Debug-outline\outline.pch .\..\win32\tmp\Debug-outline\ @@ -110,7 +110,7 @@ Level3 false ..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) .\..\win32\tmp\Release-outline\ .\..\win32\tmp\Release-outline\outline.pch .\..\win32\tmp\Release-outline\ diff --git a/expat/lib/expat.vcxproj b/expat/lib/expat.vcxproj index 500f5750..f36760f1 100644 --- a/expat/lib/expat.vcxproj +++ b/expat/lib/expat.vcxproj @@ -70,7 +70,7 @@ true Level3 EditAndContinue - _DEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) .\..\win32\tmp\Debug\ true .\..\win32\tmp\Debug\expat.pch @@ -112,7 +112,7 @@ MaxSpeed true Level3 - NDEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) .\..\win32\tmp\Release\ .\..\win32\tmp\Release\expat.pch diff --git a/expat/lib/expat_static.vcxproj b/expat/lib/expat_static.vcxproj index 12aa24d0..5aa08205 100644 --- a/expat/lib/expat_static.vcxproj +++ b/expat/lib/expat_static.vcxproj @@ -70,7 +70,7 @@ MaxSpeed true Level3 - WIN32;_WINDOWS;NDEBUG;_LIB;%(PreprocessorDefinitions) + _WINDOWS;NDEBUG;_LIB;%(PreprocessorDefinitions) .\..\win32\tmp\Release_static\ .\..\win32\tmp\Release_static\expat_static.pch .\..\win32\tmp\Release_static\ @@ -98,7 +98,7 @@ true Level3 EditAndContinue - WIN32;_DEBUG;_WINDOWS;_LIB;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_LIB;%(PreprocessorDefinitions) .\..\win32\tmp\Debug_static\ true .\..\win32\tmp\Debug_static\expat_static.pch diff --git a/expat/lib/expatw.vcxproj b/expat/lib/expatw.vcxproj index f7e1bd72..dca4020a 100644 --- a/expat/lib/expatw.vcxproj +++ b/expat/lib/expatw.vcxproj @@ -70,7 +70,7 @@ MaxSpeed true Level3 - NDEBUG;WIN32;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) .\..\win32\tmp\Release-w\ .\..\win32\tmp\Release-w\expatw.pch @@ -110,7 +110,7 @@ true Level3 EditAndContinue - _DEBUG;WIN32;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) .\..\win32\tmp\Debug-w\ true .\..\win32\tmp\Debug-w\expatw.pch diff --git a/expat/lib/expatw_static.vcxproj b/expat/lib/expatw_static.vcxproj index 6f96a9af..7ca9c1eb 100644 --- a/expat/lib/expatw_static.vcxproj +++ b/expat/lib/expatw_static.vcxproj @@ -70,7 +70,7 @@ true Level3 EditAndContinue - WIN32;_DEBUG;_WINDOWS;_LIB;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_LIB;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) .\..\win32\tmp\Debug-w_static\ true .\..\win32\tmp\Debug-w_static\expatw_static.pch @@ -100,7 +100,7 @@ MaxSpeed true Level3 - WIN32;_WINDOWS;NDEBUG;_LIB;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + _WINDOWS;NDEBUG;_LIB;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) .\..\win32\tmp\Release-w_static\ .\..\win32\tmp\Release-w_static\expatw_static.pch .\..\win32\tmp\Release-w_static\ diff --git a/expat/tests/benchmark/benchmark.vcxproj b/expat/tests/benchmark/benchmark.vcxproj index 0419b550..0f46e883 100644 --- a/expat/tests/benchmark/benchmark.vcxproj +++ b/expat/tests/benchmark/benchmark.vcxproj @@ -71,7 +71,7 @@ true Level3 ..\..\lib;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) .\Release\ .\Release\benchmark.pch .\Release\ @@ -107,7 +107,7 @@ true EditAndContinue ..\..\lib;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) .\Debug\ .\Debug\benchmark.pch .\Debug\ diff --git a/expat/tests/runtests.vcxproj b/expat/tests/runtests.vcxproj index 3ac7f3aa..84c58e00 100644 --- a/expat/tests/runtests.vcxproj +++ b/expat/tests/runtests.vcxproj @@ -60,7 +60,7 @@ true Level3 ..\lib;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) .\Release\ .\Release\runtests.pch .\Release\ @@ -96,7 +96,7 @@ true EditAndContinue ..\lib;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) .\Debug\ .\Debug\runtests.pch .\Debug\ diff --git a/expat/xmlwf/xmlwf.vcxproj b/expat/xmlwf/xmlwf.vcxproj index a0493e98..0a511c6c 100644 --- a/expat/xmlwf/xmlwf.vcxproj +++ b/expat/xmlwf/xmlwf.vcxproj @@ -69,7 +69,7 @@ true Level3 ..\lib;%(AdditionalIncludeDirectories) - NDEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) .\..\win32\tmp\Release-xmlwf\ .\..\win32\tmp\Release-xmlwf\xmlwf.pch @@ -106,7 +106,7 @@ Level3 EditAndContinue ..\lib;%(AdditionalIncludeDirectories) - _DEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) .\..\win32\tmp\Debug-xmlwf\ .\..\win32\tmp\Debug-xmlwf\xmlwf.pch .\..\win32\tmp\Debug-xmlwf\