]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 1305650 ] ODBC32.lib is not included for borland by wxpresets
authorJulian Smart <julian@anthemion.co.uk>
Thu, 24 Nov 2005 17:09:43 +0000 (17:09 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 24 Nov 2005 17:09:43 +0000 (17:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxpresets/presets/wx_win32.bkl

index 9228a4f164ae16a8c6630ec107f958d601ef9146..a64a78fc0a0c1893831d15d2b4ac1f12ebb48be0 100644 (file)
@@ -237,6 +237,7 @@ FIXME: this template has (at least) the following bugs:
         <!-- If on borland, we don't need to do much            -->
         <if cond="FORMAT=='borland'">
             <sys-lib>ole2w32</sys-lib>
+            <sys-lib>odbc32</sys-lib>
         </if>
 
         <!-- Non-borland, on the other hand...                  -->