]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makelib.vc
Added chapter on collection and container classes to contents
[wxWidgets.git] / src / makelib.vc
index 8b5b459d80da5836bed4538cae6d904d3c62881a..67158bab05becbed0a39def6b6d2c59fc4f61e5b 100644 (file)
@@ -2,19 +2,22 @@
 # File:                makelib.vc
 # Author:      Julian Smart
 # Created:     1999
-# Updated:     
+# Updated:
 # Copyright:   (c) Julian Smart
 #
 # Makefile : Builds a library for a utility
 # 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)
 
 !include $(WXDIR)\src\makevc.env
 
-all:    $(LIBTARGET)
+all:    $(EXTRATARGETS) $(LIBTARGET)
+
+$(D) :
+       mkdir $(D)
 
 wx:
         cd $(WXDIR)\src\msw