From a57a7d3f88f602d3c7ef16a4ae49fd7d2c197e0b Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 16:00:13 +0200 Subject: Add XP (WDK) solution as a fallback option --- src/fe-gtk/fe-gtk-xp.vcxproj | 182 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 src/fe-gtk/fe-gtk-xp.vcxproj (limited to 'src/fe-gtk/fe-gtk-xp.vcxproj') diff --git a/src/fe-gtk/fe-gtk-xp.vcxproj b/src/fe-gtk/fe-gtk-xp.vcxproj new file mode 100644 index 00000000..0a035e14 --- /dev/null +++ b/src/fe-gtk/fe-gtk-xp.vcxproj @@ -0,0 +1,182 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {E4BDB4C8-2335-415A-ACEE-BA88B19BFE82} + Win32Proj + fegtk + + + + Application + false + true + MultiByte + v110 + + + Application + false + true + MultiByte + WDK7 + + + + + + + + + + + + + + + false + hexchat + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + false + hexchat + $(SolutionDir)build\$(PlatformName)\bin\ + $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\ + + + + Level1 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories) + true + false + + + Windows + true + true + true + $(DepsRoot)\lib;$(OutDir);%(AdditionalLibraryDirectories) + $(DepLibs);common.lib;dirent-win32.lib;%(AdditionalDependencies) + mainCRTStartup + false + + + + + Level1 + + + MaxSpeed + true + true + WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions) + $(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories) + true + false + + + Windows + true + true + true + $(DepsRoot)\lib;$(OutDir);%(AdditionalLibraryDirectories) + $(DepLibs);common.lib;dirent-win32.lib;%(AdditionalDependencies) + mainCRTStartup + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.4.1