1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-29 04:23:08 +03:00

patch from Mark Vadoc for attrvt.c Daniel

* win32/Makefile.msvc: patch from Mark Vadoc for attrvt.c
Daniel
This commit is contained in:
Daniel Veillard
2004-02-21 14:46:20 +00:00
parent 460d81d142
commit ae36a36cf7
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
Sat Feb 21 16:47:04 CET 2004 Daniel Veillard <daniel@veillard.com>
* win32/Makefile.msvc: patch from Mark Vadoc for attrvt.c
Wed Feb 18 13:32:55 CET 2004 Daniel Veillard <daniel@veillard.com>
* libxslt/extensions.c: applied patch from Steve Little to

View File

@@ -90,7 +90,8 @@ XSLT_OBJS = $(XSLT_INTDIR)\attributes.obj\
$(XSLT_INTDIR)\transform.obj\
$(XSLT_INTDIR)\variables.obj\
$(XSLT_INTDIR)\xslt.obj\
$(XSLT_INTDIR)\xsltutils.obj
$(XSLT_INTDIR)\xsltutils.obj\
$(XSLT_INTDIR)\attrvt.obj
# Static libxslt object files.
XSLT_OBJS_A = $(XSLT_INTDIR_A)\attributes.obj\
@@ -109,7 +110,8 @@ XSLT_OBJS_A = $(XSLT_INTDIR_A)\attributes.obj\
$(XSLT_INTDIR_A)\transform.obj\
$(XSLT_INTDIR_A)\variables.obj\
$(XSLT_INTDIR_A)\xslt.obj\
$(XSLT_INTDIR_A)\xsltutils.obj
$(XSLT_INTDIR_A)\xsltutils.obj\
$(XSLT_INTDIR_A)\attrvt.obj
# Libexslt object files.
EXSLT_OBJS = $(EXSLT_INTDIR)\common.obj\