X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69d16e3ef87c21364456307b5df88c2f4962b63d..f0ce3409421a7c5c800a2255295274187220e8de:/samples/makefile.vc diff --git a/samples/makefile.vc b/samples/makefile.vc index 999eccf234..61942eb0ff 100644 --- a/samples/makefile.vc +++ b/samples/makefile.vc @@ -114,6 +114,8 @@ all: nmake -f makefile.vc FINAL=$(FINAL) cd $(WXDIR)\samples\png nmake -f makefile.vc FINAL=$(FINAL) + cd $(WXDIR)\samples\plot + nmake -f makefile.vc FINAL=$(FINAL) cd $(WXDIR)\samples\printing nmake -f makefile.vc FINAL=$(FINAL) cd $(WXDIR)\samples\proplist @@ -232,6 +234,8 @@ clean: nmake -f makefile.vc clean cd $(WXDIR)\samples\png nmake -f makefile.vc clean + cd $(WXDIR)\samples\plot + nmake -f makefile.vc clean cd $(WXDIR)\samples\printing nmake -f makefile.vc clean cd $(WXDIR)\samples\proplist