diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2005-02-02 22:09:16 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2005-02-02 22:09:16 +0000 |
commit | ea1ebe12668f086e41253260075616b277c920da (patch) | |
tree | 2aa957d46f9795762ffcdd5ed13a4e0280d65738 /zlib/contrib/delphi2/zlib.cpp | |
parent | 6c02751b14035a957cd17450909605fa973b3b27 (diff) | |
download | gcc-ea1ebe12668f086e41253260075616b277c920da.zip gcc-ea1ebe12668f086e41253260075616b277c920da.tar.gz gcc-ea1ebe12668f086e41253260075616b277c920da.tar.bz2 |
Revert bad import
From-SVN: r94621
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'. - |