comparison nt/README @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents 1cecc3e9f0a0
children 98681721a588
comparison
equal deleted inserted replaced
5117:3742ea8250b5 5118:e0db3c197671
234 XPM_DIR="x:\location\of\your\xpm\sources" 234 XPM_DIR="x:\location\of\your\xpm\sources"
235 235
236 Similarly for JPEG, TIFF, etc. support. 236 Similarly for JPEG, TIFF, etc. support.
237 237
238 For PNG support, you also need to specify ZLIB_DIR. 238 For PNG support, you also need to specify ZLIB_DIR.
239 For GIF support, no directory is necessary as the appropriate code
240 is already in XEmacs.
241 239
242 If you want to use the DLL version of the Sleepycat DB library, 240 If you want to use the DLL version of the Sleepycat DB library,
243 set BUILD_DATABASE_SHARED to 1. You will have to have the DLL 241 set BUILD_DATABASE_SHARED to 1. You will have to have the DLL
244 present at run-time -- either in the same directory as the XEmacs 242 present at run-time -- either in the same directory as the XEmacs
245 executable or somewhere in your path. 243 executable or somewhere in your path.