From 4b92cd39fd6bd439c39c1a28a56ab06ebbe4cd72 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 15 Sep 2008 16:04:33 +0000 Subject: [PATCH] Drop the "win32" part from under "dependencies" so that the same project 2008-09-15 Tor Lillqvist * win32/vs8/*.vcproj: Drop the "win32" part from under "dependencies" so that the same project files can be used also for 64-bit compilation by just having a different "dependencies" folder containing 64-bit packages instead. At least, I hope it will work out some way like that. MSVS project files really are a pain to maintain. Much information is typically copied for four different configurations "Debug|Win32", "Release|Win32", "Debug|x64" and "Release|x64" instead of having common stuff listed just once and only different parametrisations. Or am I missing something? Make the "Release" configuration work, too. Use correct character set for the gspawn-win32-helper programs. Use correct subsystem for the non-console one. svn path=/trunk/; revision=7490 --- build/ChangeLog | 14 ++++++++++++++ build/win32/vs8/gio.vcproj | 8 ++++---- build/win32/vs8/glib.vcproj | 16 ++++++++++++---- .../win32/vs8/gspawn-win32-helper-console.vcproj | 6 +++--- build/win32/vs8/gspawn-win32-helper.vcproj | 8 ++++---- 5 files changed, 37 insertions(+), 15 deletions(-) diff --git a/build/ChangeLog b/build/ChangeLog index 0bea9f34..289e0da2 100644 --- a/build/ChangeLog +++ b/build/ChangeLog @@ -13,6 +13,20 @@ variables that aren't mentioned in glib.symbols. Add G_LOG_DOMAIN for gobject. + Drop the "win32" part from under "dependencies" so that the same + project files can be used also for 64-bit compilation by just + having a different "dependencies" folder containing 64-bit + packages instead. At least, I hope it will work out some way like + that. MSVS project files really are a pain to maintain. Much + information is typically copied for four different configurations + "Debug|Win32", "Release|Win32", "Debug|x64" and "Release|x64" + instead of having common stuff listed just once and only different + parametrisations. Or am I missing something? + + Make the "Release" configuration work, too. Use correct character + set for the gspawn-win32-helper programs. Use correct subsystem + for the non-console one. + 2008-08-27 Tor Lillqvist * win32/vs8/*.vcproj: Add "win32" directory level to the diff --git a/build/win32/vs8/gio.vcproj b/build/win32/vs8/gio.vcproj index 7edfd063..4aff4376 100644 --- a/build/win32/vs8/gio.vcproj +++ b/build/win32/vs8/gio.vcproj @@ -39,7 +39,7 @@ + + +