X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0b3964149a61fee08b40bf9ab70191641a9002a..67d947ba89b176c05c7707f44e4381bdef0f21c8:/samples/makefile.b32?ds=sidebyside diff --git a/samples/makefile.b32 b/samples/makefile.b32 index 1ea9ea55d0..7c4613cc8f 100644 --- a/samples/makefile.b32 +++ b/samples/makefile.b32 @@ -29,7 +29,7 @@ COMPIL=1 PNGSETUP= # Need wxUSE_ODBC; define this to compile db sample ODBCSETUP= - +WXUSINGDLL=0 # # Please keep samples list up-to-date, in alphabetical order @@ -79,6 +79,8 @@ all: cd $(WXDIR)\samples\html make -f makefile.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) !endif + cd $(WXDIR)\samples\keyboard + make -f makefile.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) cd $(WXDIR)\samples\image make -f makefile.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) cd $(WXDIR)\samples\internat @@ -185,6 +187,8 @@ all: make -f makefile.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL) clean: + cd $(WXDIR)\samples\artprov + make -f makefile.b32 clean cd $(WXDIR)\samples\calendar make -f makefile.b32 clean cd $(WXDIR)\samples\caret @@ -225,6 +229,8 @@ clean: make -f makefile.b32 clean cd $(WXDIR)\samples\internat make -f makefile.b32 clean + cd $(WXDIR)\samples\keyboard + make -f makefile.b32 clean cd $(WXDIR)\samples\joytest make -f makefile.b32 clean cd $(WXDIR)\samples\layout @@ -233,10 +239,8 @@ clean: make -f makefile.b32 clean cd $(WXDIR)\samples\mdi make -f makefile.b32 clean -!if "$(FINAL)" == "0" cd $(WXDIR)\samples\memcheck make -f makefile.b32 clean -!endif cd $(WXDIR)\samples\mfc make -f makefile.b32 clean cd $(WXDIR)\samples\menu @@ -293,10 +297,8 @@ clean: make -f makefile.b32 clean cd $(WXDIR)\samples\validate make -f makefile.b32 clean -!if "$(NOMAKE)"=="" cd $(WXDIR)\samples\wizard make -f makefile.b32 clean -!endif cd $(WXDIR)\samples\dragimag make -f makefile.b32 clean cd $(WXDIR)\samples\erase @@ -311,7 +313,6 @@ clean: make -f makefile.b32 clean cd $(WXDIR)\samples\propsize make -f makefile.b32 clean - cd $(WXDIR)\samples\sockets make -f makefile.b32 clean cd $(WXDIR)\samples\treelay