Merge pull request #40 from jwillemsen/master
[MPC.git] / config / zlib.mpb
blobaf7711acaf90a8036ceaf4bead6aeb4758ec235b
1 // -*- MPC -*-
2 feature(zlib) {
3   includes += "$(ZLIB_ROOT)/include"
4   libpaths += "$(ZLIB_ROOT)/lib"
5   macros   += ZLIB
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   }