changeset 5603:2b2f37e84792

Fixes for building native windows setup kits
author Vin Shelton <acs@xemacs.org>
date Tue, 29 Nov 2011 09:05:36 -0500
parents c9e5612f5424
children e9f58d024c3c
files nt/ChangeLog nt/config.inc.samp nt/xemacs.mak
diffstat 3 files changed, 17 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/nt/ChangeLog	Sat Nov 26 17:59:14 2011 +0000
+++ b/nt/ChangeLog	Tue Nov 29 09:05:36 2011 -0500
@@ -1,3 +1,8 @@
+2011-11-28  Vin Shelton  <acs@xemacs.org>
+
+	* config.inc.samp: Update version number for png, zlib, jpeg and tiff.
+	* xemacs.mak: Add rules for building texinfo.info.
+
 2011-04-29  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* XEmacs 21.5.31 "ginger" is released.
--- a/nt/config.inc.samp	Sat Nov 26 17:59:14 2011 +0000
+++ b/nt/config.inc.samp	Tue Nov 29 09:05:36 2011 -0500
@@ -77,20 +77,20 @@
 # have to rename the zlib directory to just `zlib'.  We don't do that here
 # so we can preserve the version number, like for the other libraries.
 HAVE_PNG=1
-PNG_DIR=$(OPTIONAL_LIBRARY_DIR)\libpng-1.2.8
-ZLIB_DIR=$(OPTIONAL_LIBRARY_DIR)\zlib-1.2.3
+PNG_DIR=$(OPTIONAL_LIBRARY_DIR)\libpng-1.2.46
+ZLIB_DIR=$(OPTIONAL_LIBRARY_DIR)\zlib
 
 # Set this to enable JPEG support (useful, but not necessary), and specify
 # the directory containing jpeg.  Get the latest version from
 # http://www.ijg.org/ or ftp://ftp.uu.net/graphics/jpeg/.
 HAVE_JPEG=1
-JPEG_DIR=$(OPTIONAL_LIBRARY_DIR)\jpeg-6b
+JPEG_DIR=$(OPTIONAL_LIBRARY_DIR)\jpeg-8c
 
 # Set this to enable TIFF support (not very important), and specify the
 # directory containing tiff.  Get the latest version from
 # http://www.remotesensing.org/libtiff/.
 HAVE_TIFF=1
-TIFF_DIR=$(OPTIONAL_LIBRARY_DIR)\tiff-3.7.3
+TIFF_DIR=$(OPTIONAL_LIBRARY_DIR)\tiff-3.9.5
 
 # Set this to enable XFace support (not very important), and specify the
 # directory containing compface.  Get the library from
--- a/nt/xemacs.mak	Sat Nov 26 17:59:14 2011 +0000
+++ b/nt/xemacs.mak	Tue Nov 29 09:05:36 2011 -0500
@@ -1630,6 +1630,14 @@
 	$(MANDIR)\new-users-guide\region.texi \
 	$(MANDIR)\new-users-guide\search.texi \
 	$(MANDIR)\new-users-guide\xmenu.texi
+	
+TEXINFO_SRCS = \
+	$(MANDIR)\texinfo\texinfo.texi \
+	$(MANDIR)\texinfo\version.texi
+	
+$(INFODIR)\texinfo.info: $(TEXINFO_SRCS)
+	cd $(MANDIR)\texinfo
+	$(MAKEINFO) texinfo.texi
 
 $(INFODIR)\xemacs.info: $(XEMACS_SRCS)
 	cd $(MANDIR)\xemacs