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
/
zlib.mpb
blob
af7711acaf90a8036ceaf4bead6aeb4758ec235b
1
// -*- MPC -*-
2
feature(zlib) {
3
includes += "$(ZLIB_ROOT)/include"
4
libpaths += "$(ZLIB_ROOT)/lib"
5
macros += ZLIB
6
7
// @@ Notice: If you are building with Cygwin, you may need to manually
8
// change the following library to zlib.
9
specific(prop:windows) {
10
zlibname = zlib
11
lit_libs += $(ZLIBNAME)
12
} else {
13
lit_libs += z
14
}
15
}