comparison 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
comparison
equal deleted inserted replaced
4707:5bb0735f56e0 4708:1cecc3e9f0a0
43 # version (note that the library hasn't been updated in years) from 43 # version (note that the library hasn't been updated in years) from
44 # http://www.inria.fr/koala/lehors/xpm.html. 44 # http://www.inria.fr/koala/lehors/xpm.html.
45 HAVE_XPM=1 45 HAVE_XPM=1
46 XPM_DIR=$(OPTIONAL_LIBRARY_DIR)\xpm-3.4k 46 XPM_DIR=$(OPTIONAL_LIBRARY_DIR)\xpm-3.4k
47 47
48 # Set this to enable GIF support (built-in). 48 # Set this to enable GIF support, and specify the directory containing giflib.
49 # Get the latest version from http://sourceforge.net/projects/giflib/.
49 HAVE_GIF=1 50 HAVE_GIF=1
51 GIF_DIR=$(OPTIONAL_LIBRARY_DIR)\giflib-4.1.6
50 52
51 # Set this to enable PNG support (virtually mandatory), and specify the 53 # Set this to enable PNG support (virtually mandatory), and specify the
52 # directories containing png and zlib. Get the latest version of PNG from 54 # directories containing png and zlib. Get the latest version of PNG from
53 # http://www.libpng.org/pub/png/libpng.html. Get the latest version of ZLIB 55 # http://www.libpng.org/pub/png/libpng.html. Get the latest version of ZLIB
54 # from http://www.gzip.org/zlib/. NOTE: In order to compile libpng, you will 56 # from http://www.gzip.org/zlib/. NOTE: In order to compile libpng, you will