summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-02-21 14:46:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-02-21 14:46:20 +0000
commitae36a36cf74d537bd8284d25e54a386ffc4cf2b8 (patch)
tree6ea3ef935d35e6d2446e3ac3232b0394387a09a1 /win32
parent460d81d1425cbfb5a825adfb0981b04b52119959 (diff)
downloadlibxslt-ae36a36cf74d537bd8284d25e54a386ffc4cf2b8.tar.gz
libxslt-ae36a36cf74d537bd8284d25e54a386ffc4cf2b8.tar.bz2
libxslt-ae36a36cf74d537bd8284d25e54a386ffc4cf2b8.zip
patch from Mark Vadoc for attrvt.c Daniel
* win32/Makefile.msvc: patch from Mark Vadoc for attrvt.c Daniel
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.msvc6
1 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index c8cf5932..4035656c 100644
--- a/win32/Makefile.msvc
+++ b/win32/Makefile.msvc
@@ -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\