Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1779:fb556d2c7344 | 1780:3227a97effa8 |
---|---|
36 HAVE_GIF=1 | 36 HAVE_GIF=1 |
37 | 37 |
38 # Set this to enable PNG support (virtually mandatory), and specify | 38 # Set this to enable PNG support (virtually mandatory), and specify |
39 # the directories containing png and zlib. Get the latest version from | 39 # the directories containing png and zlib. Get the latest version from |
40 # ftp://ftp.uu.net/graphics/png/. You will have to rename the zlib directory | 40 # ftp://ftp.uu.net/graphics/png/. You will have to rename the zlib directory |
41 # from zlib-1.1.3 or whatever to just `zlib' for the build to work. | 41 # from zlib-1.1.4 or whatever to just `zlib' for the build to work. |
42 HAVE_PNG=1 | 42 HAVE_PNG=1 |
43 PNG_DIR=c:\src\libpng-1.0.12 | 43 PNG_DIR=c:\src\libpng-1.2.5 |
44 ZLIB_DIR=c:\src\zlib | 44 ZLIB_DIR=c:\src\zlib |
45 | 45 |
46 # Set this to enable TIFF support, and specify the directory containing tiff. | 46 # Set this to enable TIFF support, and specify the directory containing tiff. |
47 # Get the latest version from ftp://ftp.uu.net/graphics/tiff/. Not on by | 47 # Get the latest version from ftp://ftp.uu.net/graphics/tiff/. Not on by |
48 # default since TIFF isn't really very important and those TIFF wankers | 48 # default since TIFF isn't really very important. |
49 # couldn't be bothered to incorporate minimal MS-Windows patches they've | |
50 # had sitting around for years, so getting it to build is a major pain in | |
51 # the ass. | |
52 HAVE_TIFF=0 | 49 HAVE_TIFF=0 |
53 TIFF_DIR=c:\src\tiff-v3.4 | 50 TIFF_DIR=c:\src\tiff-v3.5.7 |
54 | 51 |
55 # Set this to enable JPEG support, and specify the directory containing jpeg. | 52 # Set this to enable JPEG support, and specify the directory containing jpeg. |
56 # Get the latest version from ftp://ftp.uu.net/graphics/jpeg/. | 53 # Get the latest version from ftp://ftp.uu.net/graphics/jpeg/. |
57 HAVE_JPEG=1 | 54 HAVE_JPEG=1 |
58 JPEG_DIR=c:\src\jpeg-6b | 55 JPEG_DIR=c:\src\jpeg-6b |