diff --git a/samples/makefile.b32 b/samples/makefile.b32 index de856f954e..7768882507 100644 --- a/samples/makefile.b32 +++ b/samples/makefile.b32 @@ -29,7 +29,11 @@ COMPIL=1 PNGSETUP= # Need wxUSE_ODBC; define this to compile db sample ODBCSETUP= -WXUSINGDLL=0 +WXUSINGDLL=1 + +!if "$(FINAL)" == "" +FINAL=0 +!endif # # Please keep samples list up-to-date, in alphabetical order