From: Julian Smart Date: Mon, 28 Jan 2002 11:28:21 +0000 (+0000) Subject: Added wxUSE_GUI=0 to EXTRAFLAGS to make it compile on the command line X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e85d194d55d4d3228bbc06a53d0765a1e4e5566b Added wxUSE_GUI=0 to EXTRAFLAGS to make it compile on the command line git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/console/makefile.vc b/samples/console/makefile.vc index 0bd6d5a69b..4a6eaf7b46 100644 --- a/samples/console/makefile.vc +++ b/samples/console/makefile.vc @@ -4,6 +4,7 @@ # Set WXDIR for your system WXDIR = $(WXWIN) wxUSE_GUI = 0 +EXTRAFLAGS=/DwxUSE_GUI=0 PROGRAM=console OBJECTS = $(PROGRAM).obj