Update of /cvsroot/htoolkit/HSQL/ODBC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8871
Modified Files:
Setup.lhs
Log Message:
Don't allow MSSQL_ODBC by default
Index: Setup.lhs
===================================================================
RCS file: /cvsroot/htoolkit/HSQL/ODBC/Setup.lhs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Setup.lhs 16 Jun 2005 16:34:38 -0000 1.2
--- Setup.lhs 15 Dec 2005 13:18:42 -0000 1.3
***************
*** 11,15 ****
configure :: [String] -> ConfigFlags -> IO HookedBuildInfo
configure args flags = do
! let binfo | os == "mingw32" = emptyBuildInfo{extraLibs=["odbc32"], ccOptions=["-DMSSQL_ODBC", "-Dmingw32_HOST_OS"]}
| otherwise = emptyBuildInfo{extraLibs=["odbc"]}
hbi = (Just binfo,[])
--- 11,15 ----
configure :: [String] -> ConfigFlags -> IO HookedBuildInfo
configure args flags = do
! let binfo | os == "mingw32" = emptyBuildInfo{extraLibs=["odbc32"], ccOptions=["-Dmingw32_HOST_OS"]}
| otherwise = emptyBuildInfo{extraLibs=["odbc"]}
hbi = (Just binfo,[])
|