shithub: jbig2

Download patch

ref: 48db6a4570673a48ee2c911d2259c79437080b54
parent: bfea189549eccb3a6f1a81bbd1bbb092ab789b35
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed May 7 18:25:18 EDT 2003

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)


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@242 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/msvc.mak
+++ b/msvc.mak
@@ -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