diff nt/config.inc.samp @ 4708:1cecc3e9f0a0

Use giflib or libungif to provide GIF support, instead of using internal routines. Delete internal GIF support code with no stated license. Fix up a number of references in the documentation to GIF support. See discussion on xemacs-beta: <87iqg4vg9t.fsf@uwakimon.sk.tsukuba.ac.jp>.
author Jerry James <james@xemacs.org>
date Mon, 05 Oct 2009 10:11:59 -0600
parents dc84ec90b463
children 8bda66cd0414
line wrap: on
line diff
--- a/nt/config.inc.samp	Sat Oct 03 14:22:08 2009 +0100
+++ b/nt/config.inc.samp	Mon Oct 05 10:11:59 2009 -0600
@@ -45,8 +45,10 @@
 HAVE_XPM=1
 XPM_DIR=$(OPTIONAL_LIBRARY_DIR)\xpm-3.4k
 
-# Set this to enable GIF support (built-in).
+# Set this to enable GIF support, and specify the directory containing giflib.
+# Get the latest version from http://sourceforge.net/projects/giflib/.
 HAVE_GIF=1
+GIF_DIR=$(OPTIONAL_LIBRARY_DIR)\giflib-4.1.6
 
 # Set this to enable PNG support (virtually mandatory), and specify the
 # directories containing png and zlib.  Get the latest version of PNG from