diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.msvc | 6 |
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\ |