aboutsummaryrefslogtreecommitdiff
path: root/zlib/contrib/delphi2/zlib.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-12 17:04:02 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-12 17:04:02 +0000
commitd4e8e2a210f59de8edcc01270010bae9843b84ff (patch)
tree58583414bba3b0ec3d7b616f5095765211ee18cd /zlib/contrib/delphi2/zlib.cpp
parentf8cae0674782977a69226245b219e0d4b502606e (diff)
This commit was manufactured by cvs2svn to create tag 'ZLIB_1_2_3'.ZLIB_1_2_3
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/ZLIB_1_2_3@104183 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/contrib/delphi2/zlib.cpp')
-rw-r--r--zlib/contrib/delphi2/zlib.cpp22
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 bf6953ba198..00000000000
--- 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'.
-