From 721e57e874fbed3f855c49efd9a87c092f57ead5 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 16 Dec 2002 12:54:45 +0000 Subject: [PATCH] fix bug with FINAL in borland makefile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/makefile.b32 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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