summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/unixodbc.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/unixodbc.mpb')
-rw-r--r--ACE/MPC/config/unixodbc.mpb10
1 files changed, 10 insertions, 0 deletions
diff --git a/ACE/MPC/config/unixodbc.mpb b/ACE/MPC/config/unixodbc.mpb
new file mode 100644
index 00000000000..14cf47d35fd
--- /dev/null
+++ b/ACE/MPC/config/unixodbc.mpb
@@ -0,0 +1,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
+}