summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2007-12-09 14:38:26 +0000
committerHans Breuer <hans@src.gnome.org>2007-12-09 14:38:26 +0000
commitb877c83cdcde2f7d26f9395d0b21230941cf190e (patch)
tree54f440109a52e24a5889ad3b510b06b9053b3db0 /tests
parent1550b7b78f35814edd828edcdfee765c725424a0 (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.in1
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 \