Mercurial > hg > xemacs-beta
diff nt/xemacs.mak @ 4711:985886265686
Updates for external GIF support on Windows
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Tue, 06 Oct 2009 22:39:30 -0400 |
parents | 1cecc3e9f0a0 |
children | 80d74fed5399 |
line wrap: on
line diff
--- 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