mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-13 13:17:36 +03:00
*** empty log message ***
This commit is contained in:
parent
da423da207
commit
9425ce2d50
@ -1,3 +1,8 @@
|
||||
Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
|
||||
|
||||
* win32/configure.js: patch from Nilo for the c14n option
|
||||
* win32/Makefile.msvc: fixed libxml2.def generation with threads
|
||||
|
||||
Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
|
||||
|
@ -68,6 +68,9 @@ UTILS_INTDIR = utils.int
|
||||
# The preprocessor and its options.
|
||||
CPP = cl.exe /EP
|
||||
CPPFLAGS = /nologo /I$(XML_SRCDIR)\include
|
||||
!if "$(WITH_THREADS)" == "1"
|
||||
CPPFLAGS = $(CPPFLAGS) /D "_REENTRANT"
|
||||
!endif
|
||||
|
||||
# The compiler and its options.
|
||||
CC = cl.exe
|
||||
|
@ -287,6 +287,8 @@ for (i = 0; (i < WScript.Arguments.length) && (error == 0); i++) {
|
||||
withHttp = strToBool(arg.substring(opt.length + 1, arg.length));
|
||||
else if (opt == "html")
|
||||
withHtml = strToBool(arg.substring(opt.length + 1, arg.length));
|
||||
else if (opt == "c14n")
|
||||
withC14n = strToBool(arg.substring(opt.length + 1, arg.length));
|
||||
else if (opt == "catalog")
|
||||
withCatalog = strToBool(arg.substring(opt.length + 1, arg.length));
|
||||
else if (opt == "docb")
|
||||
|
Loading…
Reference in New Issue
Block a user