diff nt/config.inc.samp @ 1780:3227a97effa8

[xemacs-hg @ 2003-11-06 15:12:33 by james] Update graphic library descriptions.
author james
date Thu, 06 Nov 2003 15:12:33 +0000
parents 8d350b095c21
children 3d8143fc88e1
line wrap: on
line diff
--- a/nt/config.inc.samp	Thu Nov 06 05:11:15 2003 +0000
+++ b/nt/config.inc.samp	Thu Nov 06 15:12:33 2003 +0000
@@ -38,19 +38,16 @@
 # Set this to enable PNG support (virtually mandatory), and specify
 # the directories containing png and zlib.  Get the latest version from
 # ftp://ftp.uu.net/graphics/png/.  You will have to rename the zlib directory
-# from zlib-1.1.3 or whatever to just `zlib' for the build to work.
+# from zlib-1.1.4 or whatever to just `zlib' for the build to work.
 HAVE_PNG=1
-PNG_DIR=c:\src\libpng-1.0.12
+PNG_DIR=c:\src\libpng-1.2.5
 ZLIB_DIR=c:\src\zlib
 
 # Set this to enable TIFF support, and specify the directory containing tiff.
 # Get the latest version from ftp://ftp.uu.net/graphics/tiff/.  Not on by
-# default since TIFF isn't really very important and those TIFF wankers
-# couldn't be bothered to incorporate minimal MS-Windows patches they've
-# had sitting around for years, so getting it to build is a major pain in
-# the ass.
+# default since TIFF isn't really very important.
 HAVE_TIFF=0
-TIFF_DIR=c:\src\tiff-v3.4
+TIFF_DIR=c:\src\tiff-v3.5.7
 
 # Set this to enable JPEG support, and specify the directory containing jpeg.
 # Get the latest version from ftp://ftp.uu.net/graphics/jpeg/.