From: Chun-wei Fan Date: Tue, 17 Dec 2013 02:29:35 +0000 (+0800) Subject: tests/testatk_vc.makin: Update a bit X-Git-Tag: ATK_2_11_4~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d163891056fa33f42d366029e1d38cc6d5c02c73;p=platform%2Fupstream%2Fatk.git 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. --- 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: