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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user