X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4d1ebf058c64f5b9e0ddf3264ce8a801eae4f79..f1d93f0beeec9d88f8a225aa35a9ccc163dcdb15:/src/makelib.vc diff --git a/src/makelib.vc b/src/makelib.vc index fbb53a1900..67158bab05 100644 --- a/src/makelib.vc +++ b/src/makelib.vc @@ -9,12 +9,15 @@ # Use FINAL=1 argument to nmake to build final version with no debugging # info -# Set WXDIR for your system (hint, set an environment variable anmed WXWIN) +# 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