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