]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.g95
added copying images to/pasting them from clipboard tests
[wxWidgets.git] / samples / makefile.g95
index 53dfdabefdcf50cfadf58d251c54cc5bb33f58cc..8258547895e3f64f5cdd85e09e1c34216d606ceb 100644 (file)
@@ -15,9 +15,7 @@
 WXDIR = ..
 
 THISDIR=$(WXDIR)/samples
-MAKEFILE=makefile.g95
-MAKEFLAGS=WXUSINGDLL=$(WXUSINGDLL) UNICODE=$(UNICODE)
-CMDLINE=-f $(MAKEFILE) $(MAKEFLAGS)
+CMDLINE=-fmakefile.g95 WXUSINGDLL='$(WXUSINGDLL)' UNICODE='$(UNICODE)'
 
 # Mingw make may not have a shell to use, so can't use a loop here. Sigh.
 # Please add new sample directories alphabetically to make it easier to
@@ -50,6 +48,7 @@ all clean:
        -$(MAKE) -C internat $(CMDLINE) $@
        -$(MAKE) -C ipc $(CMDLINE) $@
        -$(MAKE) -C joytest $(CMDLINE) $@
+       -$(MAKE) -C keyboard $(CMDLINE) $@
        -$(MAKE) -C layout $(CMDLINE) $@
        -$(MAKE) -C listbox $(CMDLINE) $@
        -$(MAKE) -C listctrl $(CMDLINE) $@
@@ -68,7 +67,6 @@ all clean:
        -$(MAKE) -C propsize $(CMDLINE) $@
        -$(MAKE) -C regtest $(CMDLINE) $@
        -$(MAKE) -C resource $(CMDLINE) $@
-       -$(MAKE) -C richedit $(CMDLINE) $@
        -$(MAKE) -C rotate $(CMDLINE) $@
        -$(MAKE) -C sashtest $(CMDLINE) $@
        -$(MAKE) -C scroll $(CMDLINE) $@