repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Wed Jun 4 09:36:54 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git]
/
config
/
iodbc.mpb
blob
8558336df69cf3f5278affedde68e6602947277b
1
// $Id$
2
3
project {
4
// Support for iODBC (http://www.iodbc.org). This is one
5
// variant of porting ODBC to non-Windows systems.
6
avoids += unixodbc
7
8
libpaths += $(IODBC_ROOT)/lib
9
includes += $(IODBC_ROOT)/include
10
11
lit_libs += iodbc iodbcinst
12
}