X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d4b632ba3c0e5e5c43412d2d7a2b485b8fcebf2..300aaa8f77daee5cd740c8c4cce63f40c6bfae4b:/src/makelib.vc?ds=sidebyside

diff --git a/src/makelib.vc b/src/makelib.vc
index f4ce264a9d..67158bab05 100644
--- a/src/makelib.vc
+++ b/src/makelib.vc
@@ -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
-WXDIR = j:\dev\wx2\wxWindows
+# 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