X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c005ff76d730891c038de560b49a0c39fa6924f..57a7b7c1484fda95240972aae876bdbdbbc98344:/samples/controls/makefile.nt diff --git a/samples/controls/makefile.nt b/samples/controls/makefile.nt index 276311e09c..3c3fb68cff 100644 --- a/samples/controls/makefile.nt +++ b/samples/controls/makefile.nt @@ -7,7 +7,7 @@ # # "%W% %G%" # -# Makefile : Builds minimal example (MS VC++). +# Makefile : Builds controls example (MS VC++). # Use FINAL=1 argument to nmake to build final version with no debugging # info @@ -18,9 +18,9 @@ WXUSINGDLL=0 !include $(WXDIR)\src\ntwxwin.mak -THISDIR = $(WXDIR)\samples\minimal -PROGRAM=minimal - +THISDIR = $(WXDIR)\samples\controls +PROGRAM=controls + OBJECTS = $(PROGRAM).obj $(PROGRAM): $(PROGRAM).exe