]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.vc
SN: Fixed inlcudes for EMX, commented out lines like "cout << something;"
[wxWidgets.git] / src / makeprog.vc
index bb9ae460b562d5a7668d02d9079e9ae2c1407197..9de992e7b97df205d8d7daca1e92e2dedb72526b 100644 (file)
@@ -2,7 +2,7 @@
 # File:                makefile.nt
 # Author:      Julian Smart
 # Created:     1999
-# Updated:     
+# Updated:
 # Copyright:   (c) Julian Smart
 #
 # Makefile environment for building samples. Include this from
 # info
 
 # Set WXDIR for your system
-WXDIR = j:\dev\wx2\wxWindows
+WXDIR = $(WXWIN)
 
 WXUSINGDLL=0
 
 !include $(WXDIR)\src\makevc.env
 
-all:    $(PROGRAM).exe $(EXTRATARGETS)
+all:    $(PROGRAM).exe
 
 wx:
         cd $(WXDIR)\src\msw