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'
9 avoids += unixodbc iodbc
10 lit_libs += odbc32 odbcbcp odbcCP32
14 //=============================================================================
15 // Non-Windows support
17 feature(unixodbc) : unixodbc {
21 feature(iodbc) : iodbc {