summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/unixodbc.mpb
blob: 14cf47d35fde1dcd70d1f17f0a6f6e33100bc24e (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

project {
  // Support for UnixODBC (http://www.unixodbc.org). This is one
  // variant of porting ODBC to non-Windows systems.
  libpaths += $(UNIXODBC_ROOT)/lib
  includes += $(UNIXODBC_ROOT)/include

  lit_libs += odbc odbcinst
}