# HG changeset patch # User Vin Shelton # Date 1254883170 14400 # Node ID 98588626568648e908b839d17e463ef0cb65c106 # Parent 3a87551bfeb529b43b82218968084a34bf2ab5c3 Updates for external GIF support on Windows diff -r 3a87551bfeb5 -r 985886265686 nt/ChangeLog --- a/nt/ChangeLog Mon Oct 05 13:07:34 2009 -0600 +++ b/nt/ChangeLog Tue Oct 06 22:39:30 2009 -0400 @@ -1,3 +1,9 @@ +2009-10-06 Vin Shelton + + * xemacs.mak: For giflib, the include files are found in + $(GIF_DIR)\include and the library is named + giflib.lib. + 2009-10-05 Jerry James * config.inc.samp: Add GIF_DIR for external GIF support. diff -r 3a87551bfeb5 -r 985886265686 nt/xemacs.mak --- a/nt/xemacs.mak Mon Oct 05 13:07:34 2009 -0600 +++ b/nt/xemacs.mak Tue Oct 06 22:39:30 2009 -0400 @@ -548,8 +548,8 @@ !endif !if $(HAVE_GIF) OPT_DEFINES=$(OPT_DEFINES) -DHAVE_GIF -OPT_INCLUDES=$(OPT_INCLUDES) -I"$(GIF_DIR)\lib" -OPT_LIBS=$(OPT_LIBS) "$(GIF_DIR)\lib\libgif.lib" +OPT_INCLUDES=$(OPT_INCLUDES) -I"$(GIF_DIR)\include" +OPT_LIBS=$(OPT_LIBS) "$(GIF_DIR)\lib\giflib.lib" !endif !if $(HAVE_PNG) OPT_DEFINES=$(OPT_DEFINES) -DHAVE_PNG