# 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