summaryrefslogtreecommitdiff
path: root/win32/libexslt.def.src
diff options
context:
space:
mode:
Diffstat (limited to 'win32/libexslt.def.src')
-rw-r--r--win32/libexslt.def.src51
1 files changed, 15 insertions, 36 deletions
diff --git a/win32/libexslt.def.src b/win32/libexslt.def.src
index d5238276..a537ac08 100644
--- a/win32/libexslt.def.src
+++ b/win32/libexslt.def.src
@@ -1,36 +1,15 @@
-/* win32/libxeslt.def.src
- Pseudo-source used to create a .DEF file for proper dynamic linkage.
-
- Assuming you use Microsoft's C compiler, you run a
-
- cl /EP libexslt.def.src > libexslt.def
-
- in order to get the right .DEF file. Basically, all you do is
- preprocess this file using a C/C++ preprocessor and the right
- .DEF file should come out.
-
- Should you need a function which does not seem to be exported
- from the libexslt.dll, its name is most certainly missing here.
- Add the name of the offending function to this file and rebuild.
-
- 21.03.2002, Igor Zlatkovic (igor@zlatkovic.com)
-*/
-
-LIBRARY libexslt
-EXPORTS
-
-/* exslt.h
- --------------------------------------------------------------------- */
- exsltLibraryVersion DATA
- exsltLibexsltVersion DATA
- exsltLibxsltVersion DATA
- exsltLibxmlVersion DATA
- exsltCommonRegister
- exsltMathRegister
- exsltSetsRegister
- exsltFuncRegister
- exsltStrRegister
- exsltDateRegister
- exsltSaxonRegister
- exsltRegisterAll
- \ No newline at end of file
+LIBRARY libexslt
+EXPORTS
+exsltLibexsltVersion DATA
+exsltLibraryVersion DATA
+exsltLibxmlVersion DATA
+exsltLibxsltVersion DATA
+exsltCommonRegister
+exsltDateRegister
+exsltDynRegister
+exsltFuncRegister
+exsltMathRegister
+exsltRegisterAll
+exsltSaxonRegister
+exsltSetsRegister
+exsltStrRegister