]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxUSE_GUI=0 to EXTRAFLAGS to make it compile on the command line
authorJulian Smart <julian@anthemion.co.uk>
Mon, 28 Jan 2002 11:28:21 +0000 (11:28 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 28 Jan 2002 11:28:21 +0000 (11:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/console/makefile.vc

index 0bd6d5a69bb0864667ad7314379f9672314b4fb3..4a6eaf7b46b08b0c2f517feca2638f4f2c6f7f51 100644 (file)
@@ -4,6 +4,7 @@
 # Set WXDIR for your system
 WXDIR = $(WXWIN)
 wxUSE_GUI = 0
+EXTRAFLAGS=/DwxUSE_GUI=0
 
 PROGRAM=console 
 OBJECTS = $(PROGRAM).obj