]> 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 b3eb9138b2cc02e66a182eacb542a191685158a8..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
@@ -17,7 +17,7 @@ WXUSINGDLL=0
 
 !include $(WXDIR)\src\makevc.env
 
-all:    $(PROGRAM).exe $(EXTRATARGETS)
+all:    $(PROGRAM).exe
 
 wx:
         cd $(WXDIR)\src\msw