Here are some changes I had to make when building the latest 21.5
native windows setup kits:
diff -r c9e5612f5424 nt/ChangeLog
--- a/nt/ChangeLog Sat Nov 26 17:59:14 2011 +0000
+++ b/nt/ChangeLog Mon Nov 28 21:33:21 2011 -0500
@@ -1,3 +1,8 @@
+2011-11-28 Vin Shelton <acs(a)xemacs.org>
+
+ * config.inc.samp: Update version number for jpeg and tiff.
+ * xemacs.mak: Add rules for building texinfo.info.
+
2011-04-29 Stephen J. Turnbull <stephen(a)xemacs.org>
* XEmacs 21.5.31 "ginger" is released.
diff -r c9e5612f5424 nt/config.inc.samp
--- a/nt/config.inc.samp Sat Nov 26 17:59:14 2011 +0000
+++ b/nt/config.inc.samp Mon Nov 28 21:33:21 2011 -0500
@@ -84,13 +84,13 @@
# 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
diff -r c9e5612f5424 nt/xemacs.mak
--- a/nt/xemacs.mak Sat Nov 26 17:59:14 2011 +0000
+++ b/nt/xemacs.mak Mon Nov 28 21:33:21 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
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches