summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-12-17 10:29:35 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-12-17 10:29:35 +0800
commitd163891056fa33f42d366029e1d38cc6d5c02c73 (patch)
tree8b9d841fd031893fb765cf76a8558833e6fff135
parent5312b59d8949415d45eb0d73321089c8b33c1ea8 (diff)
downloadatk-d163891056fa33f42d366029e1d38cc6d5c02c73.tar.gz
tests/testatk_vc.makin: Update a bit
Change mentions of testglib_vc.mak and testpango_vc.mak in the message when no CFG= is specified during invokation and have the CFLAGS match the ones in Makefile.am better.
-rw-r--r--tests/testatk_vc.makin6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testatk_vc.makin b/tests/testatk_vc.makin
index 44bc0c9..1bc6534 100644
--- a/tests/testatk_vc.makin
+++ b/tests/testatk_vc.makin
@@ -10,7 +10,7 @@ LDFLAGS = \
$(LDFLAGS_ARCH)
CFLAGS = \
- $(CFLAGS_ADD) /DSRCDIR=\".\" /I.. \
+ $(CFLAGS_ADD) /DG_DISABLE_DEPRECATED /I.. \
/I..\..\vs$(VSVER)\$(PLAT)\include\glib-2.0 \
/I..\..\vs$(VSVER)\$(PLAT)\lib\glib-2.0\include \
/I..\..\vs$(VSVER)\$(PLAT)\include\glib-2.0
@@ -23,8 +23,8 @@ test_programs = \
!if "$(VALID_CFGSET)" == "FALSE"
all:
- !@-echo You need to run "nmake -f testpango_vc.mak CFG=release" or
- !@-echo "nmake -f testglib_vc.mak CFG=debug" to use this Makefile to
+ !@-echo You need to run "nmake -f testatk_vc.mak CFG=release" or
+ !@-echo "nmake -f testatk_vc.mak CFG=debug" to use this Makefile to
!@-echo build the test programs.
clean: