diff -r a3e1b96b63b5 nt/ChangeLog
--- a/nt/ChangeLog Mon Nov 28 21:42:23 2011 -0500
+++ b/nt/ChangeLog Mon Nov 28 21:45:18 2011 -0500
@@ -1,3 +1,7 @@
+2011-11-28 Vin Shelton <acs(a)xemacs.org>
+
+ * config.inc.samp: Update versions for png, tiff and jpeg.
+
2009-02-06 Vin Shelton <acs(a)xemacs.org>
* xemacs.mak: Visual Studio 2005 support: add manifest to
diff -r a3e1b96b63b5 nt/config.inc.samp
--- a/nt/config.inc.samp Mon Nov 28 21:42:23 2011 -0500
+++ b/nt/config.inc.samp Mon Nov 28 21:45:18 2011 -0500
@@ -52,20 +52,20 @@
# do that here so we can preserve the version number, like for the other
# libraries.
HAVE_PNG=1
-PNG_DIR=$(OPTIONAL_LIBRARY_DIR)\libpng-1.2.8
-ZLIB_DIR=$(OPTIONAL_LIBRARY_DIR)\zlib-1.2.1
+PNG_DIR=$(OPTIONAL_LIBRARY_DIR)\libpng-1.2.46
+ZLIB_DIR=$(OPTIONAL_LIBRARY_DIR)\zlib
# Set this to enable JPEG support (useful, but not necessary), and specify
# the directory containing jpeg. Get the latest version from
#
ftp://ftp.uu.net/graphics/jpeg/.
HAVE_JPEG=1
-JPEG_DIR=$(OPTIONAL_LIBRARY_DIR)\jpeg-6b
+JPEG_DIR=$(OPTIONAL_LIBRARY_DIR)\jpeg-8c
# Set this to enable TIFF support (not very important), and specify the
# directory containing tiff. Get the latest version from
#
ftp://ftp.uu.net/graphics/tiff/.
HAVE_TIFF=1
-TIFF_DIR=$(OPTIONAL_LIBRARY_DIR)\tiff-v3.5.7
+TIFF_DIR=$(OPTIONAL_LIBRARY_DIR)\tiff-v3.9.5
# Set this to enable XFace support (not very important), and specify the
# directory containing compface. Get the library from
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches