rev 242 - trunk
[email protected] Wed, 7 May 2003 15:25:18 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2003-05-07 15:25:18 -0700 (Wed, 07 May 2003) New Revision: 242 Modified: trunk/msvc.mak Log: Add brief instructions for building zlib and libpng under MSVC. Contributed by Russell Lang. (recommitted after repository became corrupt. original change date Wed Apr 16 19:00:23 2003) Modified: trunk/msvc.mak ============================================================================== --- trunk/msvc.mak (r241) +++ trunk/msvc.mak (r242) @@ -1,5 +1,12 @@ # makefile for jbig2dec # under Microsoft Visual C++ +# +# To compile zlib.dll: +# Get zlib >= 1.1.4, unzip and rename to zlib, +# cd zlib, copy nt\zlib.dnt zlib.dnt, then nmake -f nt\makefile.nt +# To compile libpng.lib: +# Get libpng >= 1.2.5, unzip then rename to libpng, +# cd libpng, nmake -f scripts\makefile.vcwin32 LIBPNGDIR=../libpng ZLIBDIR=../zlib