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/fe-gtk/fe-gtk.vcxproj | 98 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 92 insertions(+), 6 deletions(-) (limited to 'win32/fe-gtk') diff --git a/win32/fe-gtk/fe-gtk.vcxproj b/win32/fe-gtk/fe-gtk.vcxproj index 0850e2fc..cf1bb5e2 100644 --- a/win32/fe-gtk/fe-gtk.vcxproj +++ b/win32/fe-gtk/fe-gtk.vcxproj @@ -5,10 +5,18 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + @@ -96,7 +104,13 @@ Application true v110 - Unicode + MultiByte + + + Application + true + v110 + MultiByte Application @@ -105,6 +119,13 @@ true MultiByte + + Application + false + v110 + true + MultiByte + @@ -112,40 +133,105 @@ + + + + + + + + true + + true + false + + false + - Use + NotUsing Level3 Disabled - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories) + true + CompileAsC Windows true + "$(DepsRoot)\lib";%(AdditionalLibraryDirectories) + $(DepLibs);"$(OutDir)\common.lib";"$(OutDir)\dirent-win32.lib";%(AdditionalDependencies) + mainCRTStartup + false - + + NotUsing Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories) + true + CompileAsC + + + Windows + true + "$(DepsRoot)\lib";%(AdditionalLibraryDirectories) + $(DepLibs);"$(OutDir)\common.lib";"$(OutDir)\dirent-win32.lib";%(AdditionalDependencies) + mainCRTStartup + false + + + + + Level1 + NotUsing + MinSpace + true + true + WIN32;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories) + true + CompileAsC + Size + + + Windows + true + true + true + $(DepLibs);"$(OutDir)\common.lib";"$(OutDir)\dirent-win32.lib";%(AdditionalDependencies) + "$(DepsRoot)\lib";%(AdditionalLibraryDirectories) + mainCRTStartup + false + + + + + Level1 NotUsing - MaxSpeed + MinSpace true true WIN32;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions) - $(DepsRoot)\include;$(Glib);$(Gtk) + $(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories) true CompileAsC + Size Windows -- cgit 1.4.1