]> git.saurik.com Git - wxWidgets.git/commitdiff
If wxUSE_GUI was not defined, then apps using this file for their settings would...
authorGeorge Tasker <gtasker@allenbrook.com>
Fri, 30 Mar 2001 13:17:47 +0000 (13:17 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Fri, 30 Mar 2001 13:17:47 +0000 (13:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makeprog.vc

index a9cdd12b2e993b797c7d1fa1a47086bd5ba292da..f33a3f4ad1be1a4947a0248b2ece50fc15b21dde 100644 (file)
@@ -34,6 +34,10 @@ wxclean:
 #        cd $(THISDIR)
 
 
+!if "$(wxUSE_GUI)" == ""
+wxUSE_GUI=1
+!endif
+
 !if "$(wxUSE_GUI)" == "1" 
 
 $(PROGRAM).exe:      $(WXLIB) $(OBJECTS) $(PROGRAM).res