From e85d194d55d4d3228bbc06a53d0765a1e4e5566b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 28 Jan 2002 11:28:21 +0000 Subject: [PATCH] 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 --- samples/console/makefile.vc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2