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 #18 from jwillemsen/master
[MPC.git]
/
config
/
libpng.mpb
blob
05e377ec5a842c76cd60bf89af9443673475c1fb
1
// -*- MPC -*-
2
feature(libpng): zlib {
3
requires += zlib
4
includes += "$(PNG_ROOT)/include/libpng"
5
libpaths += "$(PNG_ROOT)/lib"
6
lit_libs += png
7
macros += PNG
8
}