mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
typo pointed out by Stephane Bidoul Daniel
* win32/Makefile.mingw: typo pointed out by Stephane Bidoul Daniel
This commit is contained in:
parent
ea04893e3c
commit
1e5e43861d
@ -1,3 +1,7 @@
|
||||
Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* win32/Makefile.mingw: typo pointed out by Stephane Bidoul
|
||||
|
||||
Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
|
||||
|
@ -138,7 +138,7 @@ endif
|
||||
# Libxml object files.
|
||||
XML_OBJS = $(XML_INTDIR)/c14n.o\
|
||||
$(XML_INTDIR)/catalog.o\
|
||||
$(XML_INTDIR)/chvalid.obj\
|
||||
$(XML_INTDIR)/chvalid.o\
|
||||
$(XML_INTDIR)/debugXML.o\
|
||||
$(XML_INTDIR)/dict.o\
|
||||
$(XML_INTDIR)/DOCBparser.o\
|
||||
@ -179,7 +179,7 @@ XML_SRCS = $(subst .o,.c,$(subst $(XML_INTDIR)/,$(XML_SRCDIR)/,$(XML_OBJS)))
|
||||
# Static libxml object files.
|
||||
XML_OBJS_A = $(XML_INTDIR_A)/c14n.o\
|
||||
$(XML_INTDIR_A)/catalog.o\
|
||||
$(XML_INTDIR_A)/chvalid.obj\
|
||||
$(XML_INTDIR_A)/chvalid.o\
|
||||
$(XML_INTDIR_A)/debugXML.o\
|
||||
$(XML_INTDIR_A)/dict.o\
|
||||
$(XML_INTDIR_A)/DOCBparser.o\
|
||||
|
Loading…
x
Reference in New Issue
Block a user