diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | win32/dsp/libexslt_a.dsp | 4 | ||||
-rw-r--r-- | win32/dsp/libexslt_so.dsp | 4 |
3 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Fri Oct 26 14:12:14 CEST 2001 Daniel Veillard <daniel@veillard.com> + + * win32/dsp/libexslt_a.dsp win32/dsp/libexslt_so.dsp + win32/dsp/libxslt.def: updated with latest ZIP from Igor, + made sure the .def is handled as binary + Fri Oct 26 11:37:01 CEST 2001 Daniel Veillard <daniel@veillard.com> * win32/dsp/libxslt.def libxslt/xslt.h: applied Igor patches diff --git a/win32/dsp/libexslt_a.dsp b/win32/dsp/libexslt_a.dsp index 6af3907d..78f4832c 100644 --- a/win32/dsp/libexslt_a.dsp +++ b/win32/dsp/libexslt_a.dsp @@ -107,6 +107,10 @@ SOURCE=..\..\libexslt\math.c # End Source File
# Begin Source File
+SOURCE=..\..\libexslt\saxon.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\libexslt\sets.c
# End Source File
# Begin Source File
diff --git a/win32/dsp/libexslt_so.dsp b/win32/dsp/libexslt_so.dsp index f589ac98..5e29ed68 100644 --- a/win32/dsp/libexslt_so.dsp +++ b/win32/dsp/libexslt_so.dsp @@ -118,6 +118,10 @@ SOURCE=..\..\libexslt\math.c # End Source File
# Begin Source File
+SOURCE=..\..\libexslt\saxon.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\libexslt\sets.c
# End Source File
# Begin Source File
|