summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/zlib/contrib/delphi2/zlib.cpp
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>2001-09-28 22:45:35 +0000
committertholo <tholo@openbsd.org>2001-09-28 22:45:35 +0000
commit43c1707e6f6829177cb1974ee6615ce6c1307689 (patch)
tree233c059b44960ac679320e3e905b66e024ba011f /gnu/usr.bin/cvs/zlib/contrib/delphi2/zlib.cpp
parentHack to work around bootpaths like: (diff)
downloadwireguard-openbsd-43c1707e6f6829177cb1974ee6615ce6c1307689.tar.xz
wireguard-openbsd-43c1707e6f6829177cb1974ee6615ce6c1307689.zip
Latest from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/zlib/contrib/delphi2/zlib.cpp')
-rw-r--r--gnu/usr.bin/cvs/zlib/contrib/delphi2/zlib.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/zlib/contrib/delphi2/zlib.cpp b/gnu/usr.bin/cvs/zlib/contrib/delphi2/zlib.cpp
new file mode 100644
index 00000000000..bf6953ba198
--- /dev/null
+++ b/gnu/usr.bin/cvs/zlib/contrib/delphi2/zlib.cpp
@@ -0,0 +1,22 @@
+#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'.
+