diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-10-26 12:13:43 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-10-26 12:13:43 +0000 |
commit | d8c996ed3beedb3b848e47e004985a81319c4323 (patch) | |
tree | f29c748d724e8026cd40fd51e7e9db24e153a907 /win32 | |
parent | f3d58b45dd028fd44e8b3e6af332985961d0af5f (diff) | |
download | libxslt-d8c996ed3beedb3b848e47e004985a81319c4323.tar.gz libxslt-d8c996ed3beedb3b848e47e004985a81319c4323.tar.bz2 libxslt-d8c996ed3beedb3b848e47e004985a81319c4323.zip |
updated with latest ZIP from Igor, made sure the .def is handled as binary
* 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
Daniel
Diffstat (limited to 'win32')
-rw-r--r-- | win32/dsp/libexslt_a.dsp | 4 | ||||
-rw-r--r-- | win32/dsp/libexslt_so.dsp | 4 |
2 files changed, 8 insertions, 0 deletions
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
|