tests/testatk_vc.makin: Update a bit
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 17 Dec 2013 02:29:35 +0000 (10:29 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 17 Dec 2013 02:29:35 +0000 (10:29 +0800)
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.

tests/testatk_vc.makin

index 44bc0c9..1bc6534 100644 (file)
@@ -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: