diff options
author | Hans Breuer <hans@breuer.org> | 2007-12-09 14:38:26 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2007-12-09 14:38:26 +0000 |
commit | b877c83cdcde2f7d26f9395d0b21230941cf190e (patch) | |
tree | 54f440109a52e24a5889ad3b510b06b9053b3db0 /tests | |
parent | 1550b7b78f35814edd828edcdfee765c725424a0 (diff) |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/makefile.msc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/makefile.msc.in b/tests/makefile.msc.in index c1f426f5a..d04ad740b 100644 --- a/tests/makefile.msc.in +++ b/tests/makefile.msc.in @@ -25,6 +25,7 @@ TESTS = \ bit-test.exe \ bookmarkfile-test.exe \ child-test.exe \ + checksum-test.exe \ completion-test.exe \ convert-test.exe \ date-test.exe \ |