summaryrefslogtreecommitdiff
path: root/config/unixodbc.mpb
blob: 01ecad313bc252d0a10b111b9abe93e3e8e1870e (plain)
1
2
3
4
5
6
7
8
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
}