~ubuntu-branches/ubuntu/wily/luatex/wily

« back to all changes in this revision

Viewing changes to source/libs/zlib/zlib-1.2.3/contrib/delphi2/d_zlib.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-04-29 00:47:19 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100429004719-o42etkqe90n97b9e
Tags: 0.60.1-1
* new upstream release, adapt build-script patch
* disable patch: upstream-epstopdf_cc_no_xpdf_patching, included upstream
* disable patch: libpoppler-0.12, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <condefs.h>
 
2
#pragma hdrstop
 
3
//---------------------------------------------------------------------------
 
4
USEUNIT("adler32.c");
 
5
USEUNIT("deflate.c");
 
6
USEUNIT("infblock.c");
 
7
USEUNIT("infcodes.c");
 
8
USEUNIT("inffast.c");
 
9
USEUNIT("inflate.c");
 
10
USEUNIT("inftrees.c");
 
11
USEUNIT("infutil.c");
 
12
USEUNIT("trees.c");
 
13
//---------------------------------------------------------------------------
 
14
#define Library
 
15
 
 
16
// To add a file to the library use the Project menu 'Add to Project'.
 
17