mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
A working directory/project structure will be committed soon. :) git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@683 a6443dda-0b58-4228-96e9-037be469359c
6 lines
308 B
Makefile
6 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
|