diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-10-01 15:20:07 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-10-01 15:20:07 +0000 |
commit | e95c99be9e5719479fb6b226ec135f4ed238675b (patch) | |
tree | 26544b95e742d13f65e9fa391fbe5e569385ce91 /win32 | |
parent | e2b4a9d2011869617d50b0811a09a27c44294177 (diff) | |
download | libxslt-e95c99be9e5719479fb6b226ec135f4ed238675b.tar.gz libxslt-e95c99be9e5719479fb6b226ec135f4ed238675b.tar.bz2 libxslt-e95c99be9e5719479fb6b226ec135f4ed238675b.zip |
applied patches from Igor for Windows. Daniel
* libxslt/xsltwin32config.h.in win32/dsp/libexslt_*.dsp: applied
patches from Igor for Windows.
Daniel
Diffstat (limited to 'win32')
-rw-r--r-- | win32/dsp/libexslt_a.dsp | 8 | ||||
-rw-r--r-- | win32/dsp/libexslt_so.dsp | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/win32/dsp/libexslt_a.dsp b/win32/dsp/libexslt_a.dsp index 6bb674f6..6af3907d 100644 --- a/win32/dsp/libexslt_a.dsp +++ b/win32/dsp/libexslt_a.dsp @@ -91,6 +91,10 @@ SOURCE=..\..\libexslt\common.c # End Source File
# Begin Source File
+SOURCE=..\..\libexslt\date.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\libexslt\exslt.c
# End Source File
# Begin Source File
@@ -105,6 +109,10 @@ SOURCE=..\..\libexslt\math.c SOURCE=..\..\libexslt\sets.c
# End Source File
+# Begin Source File
+
+SOURCE=..\..\libexslt\strings.c
+# End Source File
# End Group
# Begin Group "Header Files"
diff --git a/win32/dsp/libexslt_so.dsp b/win32/dsp/libexslt_so.dsp index 21924583..f589ac98 100644 --- a/win32/dsp/libexslt_so.dsp +++ b/win32/dsp/libexslt_so.dsp @@ -98,6 +98,10 @@ SOURCE=..\..\libexslt\common.c # End Source File
# Begin Source File
+SOURCE=..\..\libexslt\date.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\libexslt\exslt.c
# End Source File
# Begin Source File
@@ -116,6 +120,10 @@ SOURCE=..\..\libexslt\math.c SOURCE=..\..\libexslt\sets.c
# End Source File
+# Begin Source File
+
+SOURCE=..\..\libexslt\strings.c
+# End Source File
# End Group
# Begin Group "Header Files"
|