OSDN Git Service

Visual C++ projects: Clean/fix up
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 23 Apr 2012 16:03:33 +0000 (00:03 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 23 Apr 2012 16:07:38 +0000 (00:07 +0800)
commitd47f4c4ce6f538eeaca31e2b8e0b394c75851447
tree4030ae6a41233d38b2349c83f423fa5e0580c6a6
parentd161fcf3851c7d427deb32abecdd50ce95599a0b
Visual C++ projects: Clean/fix up

Clean/fix up the Preprocessor Definitions for the various projects, where
we purge out the unneeded macros and add _DEBUG to the Debug builds of
various projects that somehow lacked this.

This will also fix the GIO build under Visual C++ 2008, as the _DEBUG macro
in the release builds will cause a debug entry to appear in its manifest
file during the build, which will cause GIO-using applications to fail
to run on systems not running Visual C++/Studio 2008 due to its embedding
of a badly-generated manifest file.
16 files changed:
build/win32/vs10/gio.vcxprojin
build/win32/vs10/glib-genmarshal.vcxproj
build/win32/vs10/glib.vcxprojin
build/win32/vs10/gmodule.vcxproj
build/win32/vs10/gobject.vcxprojin
build/win32/vs10/gspawn-win32-helper-console.vcxproj
build/win32/vs10/gspawn-win32-helper.vcxproj
build/win32/vs10/gthread.vcxproj
build/win32/vs9/gio.vcprojin
build/win32/vs9/glib-genmarshal.vcproj
build/win32/vs9/glib.vcprojin
build/win32/vs9/gmodule.vcproj
build/win32/vs9/gobject.vcprojin
build/win32/vs9/gspawn-win32-helper-console.vcproj
build/win32/vs9/gspawn-win32-helper.vcproj
build/win32/vs9/gthread.vcproj