]> git.saurik.com Git - wxWidgets.git/commitdiff
ODBC library is part of base, so make sure the dependency is set accordingly.
authorKevin Ollivier <kevino@theolliviers.com>
Wed, 11 May 2005 21:29:28 +0000 (21:29 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Wed, 11 May 2005 21:29:28 +0000 (21:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxpresets/presets/wx_win32.bkl

index f5ba20df2fa81d0b70d453fc3699bb576c96ff10..ab19eaf6b31a3487862d65f49bf9e7fd85dc7876 100644 (file)
@@ -165,7 +165,7 @@ FIXME: this template has (at least) the following bugs:
         <if cond="value=='base'">
             <sys-lib>wxbase$(WX_VERSION)$(WXLIBPOSTFIX)</sys-lib>
         </if>
-        <if cond="value in ['net','xml']">
+        <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']">