summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/iodbc.mpb
blob: 8558336df69cf3f5278affedde68e6602947277b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

project {
  // Support for iODBC (http://www.iodbc.org). This is one
  // variant of porting ODBC to non-Windows systems.
  avoids += unixodbc

  libpaths += $(IODBC_ROOT)/lib
  includes += $(IODBC_ROOT)/include

  lit_libs += iodbc iodbcinst
}