aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-22 15:18:01 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-22 15:18:01 +0000
commitf7f41852e681a83a763dba75eddee023258ed190 (patch)
tree7af577a842638e60285bd57aaa84b3db1c7c5fcd /win32
parent3157b34bb37d1a68e4bfd1cbc1848628b07d2c75 (diff)
downloadandroid_external_libxml2-f7f41852e681a83a763dba75eddee023258ed190.tar.gz
android_external_libxml2-f7f41852e681a83a763dba75eddee023258ed190.tar.bz2
android_external_libxml2-f7f41852e681a83a763dba75eddee023258ed190.zip
- xmlversion.h: okay this is a generated file, but Windows
users need it and they can't generate it, and I want CVS Windows users ... - win32/libxml2/libxml2_so.dsp: Windows project file for the shared lib version of libxml2 - win32/libxml2/libxml2.def.src: bug #56527 set of exported resources needed for libxslt/xsltproc by Yon Derek Daniel
Diffstat (limited to 'win32')
-rw-r--r--win32/libxml2/libxml2.def.src17
-rw-r--r--win32/libxml2/libxml2_so.dsp4
2 files changed, 19 insertions, 2 deletions
diff --git a/win32/libxml2/libxml2.def.src b/win32/libxml2/libxml2.def.src
index 4e4e50df..537194ff 100644
--- a/win32/libxml2/libxml2.def.src
+++ b/win32/libxml2/libxml2.def.src
@@ -23,6 +23,18 @@
LIBRARY libxml2
EXPORTS
+/*
+ * catalog.h
+ */
+#ifdef LIBXML_CATALOG_ENABLED
+ xmlLoadCatalog
+ xmlLoadCatalogs
+ xmlCatalogCleanup
+ xmlCatalogDump
+ xmlCatalogGetSystem
+ xmlCatalogGetPublic
+#endif
+
/*
* debugXML.h
*/
@@ -292,6 +304,7 @@ EXPORTS
xmlSetExternalEntityLoader
xmlGetExternalEntityLoader
xmlLoadExternalEntity
+ xmlParserVersion
/*
* parserinternals.h
@@ -585,6 +598,10 @@ EXPORTS
xmlSetDocCompressMode
xmlGetCompressMode
xmlSetCompressMode
+ xmlLoadExtDtdDefaultValue
+ xmlStringText
+ xmlStringTextNoenc
+ xmlStringComment
/*
* uri.h
diff --git a/win32/libxml2/libxml2_so.dsp b/win32/libxml2/libxml2_so.dsp
index c6d6914c..8e206f57 100644
--- a/win32/libxml2/libxml2_so.dsp
+++ b/win32/libxml2/libxml2_so.dsp
@@ -143,7 +143,7 @@ USERDEP__LIBXM="../../include/libxml/xmlversion.h"
InputPath=.\libxml2.def.src
"libxml2.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cl /nologo /EP $(InputPath) > libxml2.def
+ cl /I"..\.." /I"..\..\include" /nologo /EP $(InputPath) > libxml2.def
# End Custom Build
@@ -155,7 +155,7 @@ USERDEP__LIBXM="../../include/libxml/xmlversion.h"
InputPath=.\libxml2.def.src
"libxml2.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- cl /nologo /EP $(InputPath) > libxml2.def
+ cl /I"..\.." /I"..\..\include" /nologo /EP $(InputPath) > libxml2.def
# End Custom Build