mariadb/zlib/contrib/delphi2/d_zlib.cpp
unknown 999794662e Adding the new zlib tree for Windows
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2002-03-19 01:08:09 -03:00

17 lines
481 B
C++

#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'.