rev 242 - trunk
[email protected] Wed, 16 Apr 2003 19:00:23 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2003-04-16 19:00:22 -0700 (Wed, 16 Apr 2003) New Revision: 242 Modified: trunk/msvc.mak Log: Add brief instructions for building zlib and libpng under MSVC. Contributed by Russell Lang. Modified: trunk/msvc.mak ============================================================================== --- trunk/msvc.mak (original) +++ trunk/msvc.mak Wed Apr 16 19:00:23 2003 @@ -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