[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Included libraries in the Windows binary distribution
From: |
Juanma Barranquero |
Subject: |
Re: Included libraries in the Windows binary distribution |
Date: |
Sun, 5 Feb 2012 01:37:43 +0100 |
On Sat, Feb 4, 2012 at 14:42, Eli Zaretskii <address@hidden> wrote:
> The changes to support libxml2 in the Windows build are below. Would
> people who build Emacs on Windows please try them?
Builds and works OK.
The only additional change needed is to add
=== modified file 'lib-src/makefile.w32-in'
--- lib-src/makefile.w32-in 2012-01-19 07:21:25 +0000
+++ lib-src/makefile.w32-in 2012-02-05 00:34:04 +0000
@@ -141,5 +141,5 @@
region-cache.o sound.o atimer.o \
doprnt.o intervals.o textprop.o composite.o \
- gnutls.o
+ gnutls.o xml.o
#
so xml.c functions are in DOC.
Juanma
- Re: Included libraries in the Windows binary distribution, Eli Zaretskii, 2012/02/04
- Re: Included libraries in the Windows binary distribution,
Juanma Barranquero <=
- Re: Included libraries in the Windows binary distribution, Christoph Scholtes, 2012/02/04
- Re: Included libraries in the Windows binary distribution, Eli Zaretskii, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Christoph Scholtes, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Juanma Barranquero, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Eli Zaretskii, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Juanma Barranquero, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Christoph Scholtes, 2012/02/05
- Re: Included libraries in the Windows binary distribution, Ted Zlatanov, 2012/02/06
- Re: Included libraries in the Windows binary distribution, Christoph Scholtes, 2012/02/06