Greetings -
Benson points out that the XEmacs-21.5 install kits I have been
creating (
ftp://ftp.xemacs.org/pub/xemacs/windows/testing/XEmacs_Setup_21.5...)
require MSVRCTD.dll. This requires that the person installing the kit
have Visual Studio 6.0 installed.
This happens because I'm building the kits with debugging enabled and
xemacs.mak has the following logic:
!if $(USE_CRTDLL)
! if $(DEBUG_XEMACS)
C_LIBFLAG=-MDd
LIBC_LIB=msvcrtd.lib
! else
C_LIBFLAG=-MD
LIBC_LIB=msvcrt.lib
! endif
!else
C_LIBFLAG=-ML
LIBC_LIB=libc.lib
!endif
Apparently, -MDd is not really required in order to debug; I can work
around this in the kit generation process, or I can generate a patch
to change xemacs.mak. Please let me know if you think I should change
the logic of xemacs.mak.
Thanks,
Vin
--
The Journey by Mary Oliver
http://www.poemhunter.com/p/m/poem.asp?poet=6771&poem=30506
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches