Revert "Default to x64 as default Visual Studio 2017/2019 platform"
[MPC.git] / config / odbc.mpb
blob0f47ae4971f5cecfb2f5dbfc8ca872e3daddb02b
1 project {
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'
6     // statement.
7     avoids += unixodbc iodbc
8     lit_libs += odbc32 odbcbcp odbcCP32
9   }
12 //=============================================================================
13 // Non-Windows support
15 feature(unixodbc) : unixodbc {
16   avoids += iodbc
19 feature(iodbc) : iodbc {
20   avoids += unixodbc