From d163891056fa33f42d366029e1d38cc6d5c02c73 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 17 Dec 2013 10:29:35 +0800 Subject: [PATCH] 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. --- tests/testatk_vc.makin | 6 +++--- 1 file 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: -- 2.7.4