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
Merge pull request #40 from jwillemsen/master
[MPC.git]
/
config
/
lzo1.mpb
blob
4fd81027fd1d6e8ce09ee06da75974e2e62aa9b3
1
// -*- MPC -*-
2
feature(lzo1) {
3
// If the include files for lzo1 are not relative to the root (for
4
// example, /usr/include/lzo), set the LZO1_INCDIR environment variable.
5
expand(LZO1_INCDIR) {
6
$LZO1_INCDIR
7
$(LZO1_ROOT)/include
8
}
9
includes += $(LZO1_INCDIR)
10
libpaths += $(LZO1_ROOT)/lib
11
specific (prop:microsoft) {
12
lit_libs += liblzo
13
} else {
14
lit_libs += lzo
15
}
16
}