From 76bcdbf1eb60e699fd7fb304bbcb350d1b155d6a Mon Sep 17 00:00:00 2001 From: LunaMoo Date: Thu, 24 Sep 2015 01:18:41 +0200 Subject: [PATCH] Add missing preprocessor definitions /fix win32 build. --- UI/UI.vcxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UI/UI.vcxproj b/UI/UI.vcxproj index 13f913d35b..7257c95768 100644 --- a/UI/UI.vcxproj +++ b/UI/UI.vcxproj @@ -121,7 +121,7 @@ Level3 - USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions) + USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions) ../common;..;../ext/native;../ext/native/ext/glew;../ext/zlib;../ext/native/ext true false @@ -143,7 +143,7 @@ Level3 - USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions) + USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions) ../common;..;../ext/native;../ext/native/ext/glew;../ext/zlib;../ext/native/ext true false @@ -169,7 +169,7 @@ MaxSpeed true true - USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions) + USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions) ../common;..;../ext/native;../ext/native/ext/glew;../ext/zlib;../ext/native/ext false Speed @@ -196,7 +196,7 @@ MaxSpeed true true - USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions) + USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions) ../common;..;../ext/native;../ext/native/ext/glew;../ext/zlib;../ext/native/ext false true @@ -217,4 +217,4 @@ - \ No newline at end of file +