X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9f15eeb32ae08f3a2b796028b951e20b69ce0b49..2b33b72819002e038a2a0cb2b3aa9b2cde880c7a:/samples/makefile.b32 diff --git a/samples/makefile.b32 b/samples/makefile.b32 index 3c65c8e7b5..82b6d167fb 100644 --- a/samples/makefile.b32 +++ b/samples/makefile.b32 @@ -112,6 +112,8 @@ all: make -f makefile.b32 FINAL=$(FINAL) cd $(WXDIR)\samples\png make -f makefile.b32 FINAL=$(FINAL) + cd $(WXDIR)\samples\plot + make -f makefile.b32 FINAL=$(FINAL) cd $(WXDIR)\samples\printing make -f makefile.b32 FINAL=$(FINAL) cd $(WXDIR)\samples\proplist @@ -230,6 +232,8 @@ clean: make -f makefile.b32 clean cd $(WXDIR)\samples\png make -f makefile.b32 clean + cd $(WXDIR)\samples\plot + make -f makefile.b32 clean cd $(WXDIR)\samples\printing make -f makefile.b32 clean cd $(WXDIR)\samples\proplist