diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2004-10-11 18:45:43 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2004-10-11 18:45:43 +0000 |
commit | 17210dff5d26c1e820e0cd678a46cf2795c41e4c (patch) | |
tree | 01e6e6bb5683a568f3e4d7be40728b9b503640c4 /zlib/contrib/delphi2/zlib.cpp | |
parent | 1325e2b519f4a1b3d9fbd92ece22bdf3e4df0b06 (diff) | |
download | gcc-17210dff5d26c1e820e0cd678a46cf2795c41e4c.zip gcc-17210dff5d26c1e820e0cd678a46cf2795c41e4c.tar.gz gcc-17210dff5d26c1e820e0cd678a46cf2795c41e4c.tar.bz2 |
re PR libgcj/14856 (Update bundled zlib)
PR libgcj/14856:
* Imported zlib 1.2.1; merged local changes.
From-SVN: r88898
Diffstat (limited to 'zlib/contrib/delphi2/zlib.cpp')
-rw-r--r-- | zlib/contrib/delphi2/zlib.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/zlib/contrib/delphi2/zlib.cpp b/zlib/contrib/delphi2/zlib.cpp deleted file mode 100644 index bf6953b..0000000 --- a/zlib/contrib/delphi2/zlib.cpp +++ /dev/null @@ -1,22 +0,0 @@ -#include <condefs.h> -#pragma hdrstop -//--------------------------------------------------------------------------- -USEUNIT("adler32.c"); -USEUNIT("compress.c"); -USEUNIT("crc32.c"); -USEUNIT("deflate.c"); -USEUNIT("gzio.c"); -USEUNIT("infblock.c"); -USEUNIT("infcodes.c"); -USEUNIT("inffast.c"); -USEUNIT("inflate.c"); -USEUNIT("inftrees.c"); -USEUNIT("infutil.c"); -USEUNIT("trees.c"); -USEUNIT("uncompr.c"); -USEUNIT("zutil.c"); -//--------------------------------------------------------------------------- -#define Library - -// To add a file to the library use the Project menu 'Add to Project'. - |