removed -GD to compile with msvc9 (vs2008) with less complains
authorHans Breuer <hans@breuer.org>
Sun, 9 Dec 2007 14:38:26 +0000 (14:38 +0000)
committerHans Breuer <hans@src.gnome.org>
Sun, 9 Dec 2007 14:38:26 +0000 (14:38 +0000)
commitb877c83cdcde2f7d26f9395d0b21230941cf190e
tree54f440109a52e24a5889ad3b510b06b9053b3db0
parent1550b7b78f35814edd828edcdfee765c725424a0
removed -GD to compile with msvc9 (vs2008) with less complains

2007-12-09  Hans Breuer  <hans@breuer.org>

* **/makefile.msc glib/makefile.msc.in : removed -GD to compile
with msvc9 (vs2008) with less complains

* glibconfig.h.win32.in : #define G_HAVE_ISO_VARARGS 1 for
msv8 (vs2005) and above

* glib/gfileutils.c : s/stricmp/_stricmp/
* msvc_recommended_pragmas.h : work around Microsoft's premature
attempt to deprecate the C-Library

* tests/makefile.msc.in : added checksum-test

svn path=/trunk/; revision=6076
ChangeLog
gio/makefile.msc
glib/gfileutils.c
glib/gnulib/makefile.msc
glib/pcre/makefile.msc
glibconfig.h.win32.in
msvc_recommended_pragmas.h
tests/makefile.msc.in