]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.b32
applied pseudo-patch #103306
[wxWidgets.git] / samples / makefile.b32
index 3c65c8e7b55c25a599505e798b94e1f40e861633..82b6d167fb8292f0bf86768184271510a5a5f235 100644 (file)
@@ -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