don't put odbc lib twice in the generated makefile (part of patch 1303833)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-09-25 11:19:39 +00:00
parent 259c43f679
commit 61a15bac86

View File

@@ -187,7 +187,7 @@ FIXME: this template has (at least) the following bugs:
<if cond="value in ['net','xml', 'odbc']">
<sys-lib>wxbase$(WX_VERSION)$(WXLIBPOSTFIX)_$(value)</sys-lib>
</if>
<if cond="value not in ['base','net','xml']">
<if cond="value not in ['base','net', 'odbc', 'xml']">
<sys-lib>wx$(WXPORT)$(WX_VERSION)$(WXLIBPOSTFIX)_$(value)</sys-lib>
</if>
</define-tag>