2 specific(prop:windows) {
3 // Out of the box, Windows supports ODBC since ODBC originated
4 // on Windows. We, however, need to ensure that UnixODBC and
5 // iODBC are not enabled. We may be able to drop the 'avoids'
7 avoids += unixodbc iodbc
8 lit_libs += odbc32 odbcbcp odbcCP32
12 //=============================================================================
13 // Non-Windows support
15 feature(unixodbc) : unixodbc {
19 feature(iodbc) : iodbc {