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 #217 from jwillemsen/jwi-linkerflags
[MPC.git]
/
config
/
zzip.mpb
blob
06ba25281ce76f76c4df361a47e6446638473203
1
// -*- MPC -*-
2
feature(zzip): zlib {
3
requires += zlib
4
includes += $(ZZIP_ROOT)/include
5
macros += USE_ZZIP
6
libpaths += $(ZZIP_ROOT)/lib
7
8
// @@ Notice: If you are building with Cygwin, you may need to manually
9
// change the following library to zziplib.
10
specific(prop:windows) {
11
libs += zziplib
12
} else {
13
lit_libs += zzip
14
}
15
}