X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af111fc33841cc8bdc4d6cf027702805333bdd2a..239446b4150e55c1dfed186340f144d78c2f1cc9:/src/makeprog.vc diff --git a/src/makeprog.vc b/src/makeprog.vc index b3eb9138b2..5c17936e4f 100644 --- a/src/makeprog.vc +++ b/src/makeprog.vc @@ -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 @@ -10,14 +10,14 @@ # 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