remove an incorrectly checked in file

git-svn-id: svn://10.0.0.236/trunk@64794 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
relyea%netscape.com 2000-03-31 20:50:44 +00:00
parent b287229fe6
commit 0e647f3880

View File

@ -1,32 +0,0 @@
MODULE = zlib
LIBRARY_NAME=zlib
REQUIRES=nspr java
#LCFLAGS=-DZ_PREFIX
LCFLAGS=
CSRCS = \
adler32.c \
crc32.c \
compress.c \
uncompr.c \
deflate.c \
trees.c \
zutil.c \
inflate.c \
infblock.c \
inftrees.c \
infcodes.c \
infutil.c \
inffast.c \
$(NULL)
# XXX JDK_GEN should add the _gen/* exports
EXPORTS = \
zlib.h \
zconf.h \
$(NULL)