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
This commit is contained in:
Chris Elliott
2002-12-16 12:54:45 +00:00
parent a4b19428bb
commit 721e57e874

View File

@@ -29,7 +29,11 @@ COMPIL=1
PNGSETUP= PNGSETUP=
# Need wxUSE_ODBC; define this to compile db sample # Need wxUSE_ODBC; define this to compile db sample
ODBCSETUP= ODBCSETUP=
WXUSINGDLL=0 WXUSINGDLL=1
!if "$(FINAL)" == ""
FINAL=0
!endif
# #
# Please keep samples list up-to-date, in alphabetical order # Please keep samples list up-to-date, in alphabetical order