X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/884360bc11fe926bf91b23215bae719b562df91b..14b72bf5a6b575f2be880eadc3e7f0131afe889a:/samples/makefile.g95 diff --git a/samples/makefile.g95 b/samples/makefile.g95 index 4156a79d2f..0bd2895579 100644 --- a/samples/makefile.g95 +++ b/samples/makefile.g95 @@ -26,9 +26,7 @@ all: cd $(WXDIR)/samples/minimal; make -f makefile.g95 cd $(WXDIR)/samples/layout; make -f makefile.g95 cd $(WXDIR)/samples/printing; make -f makefile.g95 - cd $(WXDIR)/samples/tbarsmpl; make -f makefile.g95 - cd $(WXDIR)/samples/tbar95; make -f makefile.g95 - cd $(WXDIR)/samples/tbarmsw; make -f makefile.g95 + cd $(WXDIR)/samples/toolbar; make -f makefile.g95 cd $(WXDIR)/samples/dialogs; make -f makefile.g95 cd $(WXDIR)/samples/docview; make -f makefile.g95 cd $(WXDIR)/samples/controls; make -f makefile.g95 @@ -48,9 +46,7 @@ clean: cd $(WXDIR)/samples/minimal; make -f makefile.g95 clean cd $(WXDIR)/samples/layout; make -f makefile.g95 clean cd $(WXDIR)/samples/printing; make -f makefile.g95 clean - cd $(WXDIR)/samples/tbarsmpl; make -f makefile.g95 clean - cd $(WXDIR)/samples/tbarmsw; make -f makefile.g95 clean - cd $(WXDIR)/samples/tbar95; make -f makefile.g95 clean + cd $(WXDIR)/samples/toolbar; make -f makefile.g95 clean cd $(WXDIR)/samples/dialogs; make -f makefile.g95 clean cd $(WXDIR)/samples/resource; make -f makefile.g95 clean cd $(WXDIR)/samples/listctrl; make -f makefile.g95 clean