mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-04 16:26:36 +00:00
7ffd3d3aea
I'll put up a wiki soon which covers new compilation features and stuff, like how to re-enable revision tagging, and how you can direct compiled exe/dlls to be copied to any destination of your choice (yay!) -- plus many other compiling tips (if I can remember them all! >_<) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@581 96395faa-99c1-11dd-bbfe-3dabce05a288
7 lines
308 B
Makefile
7 lines
308 B
Makefile
noinst_LIBRARIES = libpcsx2zlib.a
|
|
|
|
libpcsx2zlib_a_SOURCES = \
|
|
adler32.c crc32.c deflate.h inffast.c inflate.c inftrees.h trees.h zlib.h \
|
|
crc32.h gzio.c inffast.h inflate.h uncompr.c zutil.c \
|
|
compress.c deflate.c infback.c inffixed.h inftrees.c trees.c zconf.h zutil.h
|