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 #178 from DOCGroup/elliottc/more_databases
[MPC.git]
/
config
/
bzip2.mpb
blob
b63ddebab5f65650aff180b6e5029907c42ac73d
1
// -*- MPC -*-
2
feature(bzip2) {
3
includes += $(BZIP2_ROOT)/include
4
libpaths += $(BZIP2_ROOT)/lib
5
macros += USE_BZIP2
6
7
specific(prop:windows) {
8
lit_libs += bzip2
9
} else {
10
lit_libs += bz2
11
}
12
}