diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-06-09 13:52:58 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-06-09 13:52:58 +0000 |
commit | f3afa7dd4e8daacfa62f7345b7d7071e0cb33423 (patch) | |
tree | 74b96d986c4b6b949088e192a7ad8c7179601827 /win32/libxml2/libxml2_so.dsp | |
parent | a682b219c45b77a85c3920724f7d3179654aa78c (diff) | |
download | libxml2-f3afa7dd4e8daacfa62f7345b7d7071e0cb33423.tar.gz |
- nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
provided fixes to compile on MSCC again
- win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
also provided an update for the project files.
Daniel
Diffstat (limited to 'win32/libxml2/libxml2_so.dsp')
-rw-r--r-- | win32/libxml2/libxml2_so.dsp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/win32/libxml2/libxml2_so.dsp b/win32/libxml2/libxml2_so.dsp index 22ddd5ba..c6d6914c 100644 --- a/win32/libxml2/libxml2_so.dsp +++ b/win32/libxml2/libxml2_so.dsp @@ -94,10 +94,18 @@ LINK32=link.exe # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
+SOURCE=..\..\catalog.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\debugXML.c
# End Source File
# Begin Source File
+SOURCE=..\..\DOCBparser.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\encoding.c
# End Source File
# Begin Source File
@@ -188,6 +196,10 @@ SOURCE=..\..\tree.c # End Source File
# Begin Source File
+SOURCE=..\..\trio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\uri.c
# End Source File
# Begin Source File
@@ -224,10 +236,18 @@ SOURCE=..\..\xpointer.c # PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
+SOURCE=..\..\include\libxml\catalog.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\include\libxml\debugXML.h
# End Source File
# Begin Source File
+SOURCE=..\..\include\libxml\DOCBparser.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\include\libxml\encoding.h
# End Source File
# Begin Source File
@@ -248,6 +268,10 @@ SOURCE=..\..\include\libxml\HTMLtree.h # End Source File
# Begin Source File
+SOURCE=..\..\libxml.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\include\libxml\list.h
# End Source File
# Begin Source File
@@ -280,6 +304,10 @@ SOURCE=..\..\include\libxml\tree.h # End Source File
# Begin Source File
+SOURCE=..\..\trio.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\include\libxml\uri.h
# End Source File
# Begin Source File
|