Merge pull request #217 from jwillemsen/jwi-linkerflags
[MPC.git] / config / zzip.mpb
blob06ba25281ce76f76c4df361a47e6446638473203
1 // -*- MPC -*-
2 feature(zzip): zlib {
3   requires += zlib
4   includes += $(ZZIP_ROOT)/include
5   macros   += USE_ZZIP
6   libpaths += $(ZZIP_ROOT)/lib
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   }