From 58ca1966c86650b38fa12ddfe07c2f6bd3f6b131 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 3 Jun 2012 13:47:04 +0200 Subject: Solution fixes, debug config and x64 platform --- win32/common/common.vcxproj | 78 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 74 insertions(+), 4 deletions(-) (limited to 'win32/common/common.vcxproj') diff --git a/win32/common/common.vcxproj b/win32/common/common.vcxproj index 17116886..a7e9eea9 100644 --- a/win32/common/common.vcxproj +++ b/win32/common/common.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + @@ -87,7 +95,13 @@ StaticLibrary true v110 - Unicode + MultiByte + + + StaticLibrary + true + v110 + MultiByte StaticLibrary @@ -96,6 +110,13 @@ true MultiByte + + StaticLibrary + false + v110 + true + MultiByte + @@ -103,10 +124,18 @@ + + + + + + + + @@ -115,25 +144,66 @@ Level3 Disabled - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + WIN32;_DEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) + true + CompileAsC Windows true - + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) + true + CompileAsC + + + Windows + true + + + + + Level1 + + + MinSpace + true + true + WIN32;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) + true + CompileAsC + Size + + + Windows + true + true + true + + + + + Level1 - MaxSpeed + MinSpace true true WIN32;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions) $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) true CompileAsC + Size Windows -- cgit 1.4.1