Wed Jun 4 09:36:54 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git] / config / odbc.mpb
blobd069d675485b1fcdadedd1d1d2d84f034651aa85
1 // $Id$
3 project {
4   specific(prop:windows) {
5     // Out of the box, Windows supports ODBC since ODBC originated
6     // on Windows. We, however, need to ensure that UnixODBC and
7     // iODBC are not enabled. We may be able to drop the 'avoids'
8     // statement.
9     avoids += unixodbc iodbc
10     lit_libs += odbc32 odbcbcp odbcCP32
11   }
14 //=============================================================================
15 // Non-Windows support
17 feature(unixodbc) : unixodbc {
18   avoids += iodbc
21 feature(iodbc) : iodbc {
22   avoids += unixodbc