]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.vc
Removed TABs that had gotten in to the source
[wxWidgets.git] / src / makeprog.vc
index 5905a183ebb2527d8e3a6822793f861e25684c0a..f33a3f4ad1be1a4947a0248b2ece50fc15b21dde 100644 (file)
@@ -33,6 +33,13 @@ wxclean:
         nmake -f makefile.vc clean
 #        cd $(THISDIR)
 
+
+!if "$(wxUSE_GUI)" == ""
+wxUSE_GUI=1
+!endif
+
+!if "$(wxUSE_GUI)" == "1" 
+
 $(PROGRAM).exe:      $(WXLIB) $(OBJECTS) $(PROGRAM).res
        $(link) @<<
 -out:$(PROGRAM).exe
@@ -44,6 +51,19 @@ $(LIBS)
 $(PROGRAM).res :      $(PROGRAM).rc $(WXDIR)\include\wx\msw\wx.rc
     $(rc) -r /i$(WXDIR)\include /i$(WXDIR)\contrib\include -fo$@ $(PROGRAM).rc
 
+!else
+
+$(PROGRAM).exe:      $(WXLIB) $(OBJECTS)
+       $(link) @<<
+-out:$(PROGRAM).exe
+$(LINKFLAGS)
+$(OBJECTS) $(DUMMYOBJ)
+$(LIBS)
+<<
+
+!endif
+
+
 clean:
         -$(RM) $(OBJECTS)
         -$(RM) *.exe