]> git.saurik.com Git - wxWidgets.git/commitdiff
don't put odbc lib twice in the generated makefile (part of patch 1303833)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 11:19:39 +0000 (11:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 11:19:39 +0000 (11:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxpresets/presets/wx_win32.bkl

index fa5fb027347c78ddddc43ac4c1cbe3bcca61cd6a..cb750a63915d67bdbe340f7fddc2a636e1657703 100644 (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>