summaryrefslogtreecommitdiffstats
path: root/zlib-1.1.4/contrib/delphi2/d_zlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zlib-1.1.4/contrib/delphi2/d_zlib.cpp')
-rw-r--r--zlib-1.1.4/contrib/delphi2/d_zlib.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/zlib-1.1.4/contrib/delphi2/d_zlib.cpp b/zlib-1.1.4/contrib/delphi2/d_zlib.cpp
new file mode 100644
index 0000000..f5dea59
--- /dev/null
+++ b/zlib-1.1.4/contrib/delphi2/d_zlib.cpp
@@ -0,0 +1,17 @@
+#include <condefs.h>
+#pragma hdrstop
+//---------------------------------------------------------------------------
+USEUNIT("adler32.c");
+USEUNIT("deflate.c");
+USEUNIT("infblock.c");
+USEUNIT("infcodes.c");
+USEUNIT("inffast.c");
+USEUNIT("inflate.c");
+USEUNIT("inftrees.c");
+USEUNIT("infutil.c");
+USEUNIT("trees.c");
+//---------------------------------------------------------------------------
+#define Library
+
+// To add a file to the library use the Project menu 'Add to Project'.
+