]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.vc
wxDateTime progress: DST compuation, weekday computation, day-in-year and week
[wxWidgets.git] / src / makeprog.vc
index b3eb9138b2cc02e66a182eacb542a191685158a8..5c17936e4fe70e07c3ebaac92366f3a23d8d37b1 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
 # Use FINAL=1 argument to nmake to build final version with no debugging
 # info
 
-# Set WXDIR for your system
+# Set WXDIR for your system (hint, set an environment variable named WXWIN)
 WXDIR = $(WXWIN)
 
 WXUSINGDLL=0
 
 !include $(WXDIR)\src\makevc.env
 
-all:    $(PROGRAM).exe $(EXTRATARGETS)
+all:    $(PROGRAM).exe
 
 wx:
         cd $(WXDIR)\src\msw