summaryrefslogtreecommitdiff
path: root/win32/pcre/lib
diff options
context:
space:
mode:
Diffstat (limited to 'win32/pcre/lib')
-rw-r--r--win32/pcre/lib/libpcre-bcc.def21
-rw-r--r--win32/pcre/lib/libpcre-bcc.libbin0 -> 4096 bytes
-rw-r--r--win32/pcre/lib/libpcre.def20
-rw-r--r--win32/pcre/lib/libpcre.la32
-rw-r--r--win32/pcre/lib/libpcre.libbin0 -> 5116 bytes
-rw-r--r--win32/pcre/lib/libpcreposix.la32
6 files changed, 105 insertions, 0 deletions
diff --git a/win32/pcre/lib/libpcre-bcc.def b/win32/pcre/lib/libpcre-bcc.def
new file mode 100644
index 0000000..ecdd5c2
--- /dev/null
+++ b/win32/pcre/lib/libpcre-bcc.def
@@ -0,0 +1,21 @@
+LIBRARY PCRE.DLL
+
+EXPORTS
+ _pcre_compile = pcre_compile ; pcre_compile
+ _pcre_copy_substring = pcre_copy_substring ; pcre_copy_substring
+ _pcre_exec = pcre_exec ; pcre_exec
+ _pcre_free = pcre_free ; pcre_free
+ _pcre_free_substring = pcre_free_substring ; pcre_free_substring
+ _pcre_free_substring_list = pcre_free_substring_list ; pcre_free_substring_list
+ _pcre_fullinfo = pcre_fullinfo ; pcre_fullinfo
+ _pcre_get_substring = pcre_get_substring ; pcre_get_substring
+ _pcre_get_substring_list = pcre_get_substring_list ; pcre_get_substring_list
+ _pcre_info = pcre_info ; pcre_info
+ _pcre_maketables = pcre_maketables ; pcre_maketables
+ _pcre_malloc = pcre_malloc ; pcre_malloc
+ _pcre_study = pcre_study ; pcre_study
+ _pcre_version = pcre_version ; pcre_version
+ _regcomp = regcomp ; regcomp
+ _regerror = regerror ; regerror
+ _regexec = regexec ; regexec
+ _regfree = regfree ; regfree
diff --git a/win32/pcre/lib/libpcre-bcc.lib b/win32/pcre/lib/libpcre-bcc.lib
new file mode 100644
index 0000000..e807b0e
--- /dev/null
+++ b/win32/pcre/lib/libpcre-bcc.lib
Binary files differ
diff --git a/win32/pcre/lib/libpcre.def b/win32/pcre/lib/libpcre.def
new file mode 100644
index 0000000..2db32cb
--- /dev/null
+++ b/win32/pcre/lib/libpcre.def
@@ -0,0 +1,20 @@
+; i:\MINGW\BIN\dlltool.exe -Cn -a -z libpcre.def --export-all-symbols DLLTMPDIR.libpcre.a/get.o DLLTMPDIR.libpcre.a/maketables.o DLLTMPDIR.libpcre.a/pcre.o DLLTMPDIR.libpcre.a/study.o DLLTMPDIR.libpcreposix.a/pcreposix.o
+EXPORTS
+ pcre_info @ 1 ;
+ pcre_copy_substring @ 2 ;
+ pcre_exec @ 3 ;
+ pcre_free @ 4 DATA ;
+ pcre_free_substring @ 5 ;
+ pcre_free_substring_list @ 6 ;
+ pcre_fullinfo @ 7 ;
+ pcre_get_substring @ 8 ;
+ pcre_get_substring_list @ 9 ;
+ pcre_compile @ 10 ;
+ pcre_maketables @ 11 ;
+ pcre_malloc @ 12 DATA ;
+ pcre_study @ 13 ;
+ pcre_version @ 14 ;
+ regcomp @ 15 ;
+ regerror @ 16 ;
+ regexec @ 17 ;
+ regfree @ 18 ;
diff --git a/win32/pcre/lib/libpcre.la b/win32/pcre/lib/libpcre.la
new file mode 100644
index 0000000..8072045
--- /dev/null
+++ b/win32/pcre/lib/libpcre.la
@@ -0,0 +1,32 @@
+# libpcre.la - a libtool library file
+# Generated by ltmain.sh - GNU libtool 1.4 (1.920 2001/04/24 23:26:18)
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname=''
+
+# Names of this library.
+library_names=''
+
+# The name of the static archive.
+old_library='libpcre.a'
+
+# Libraries that this one depends upon.
+dependency_libs=''
+
+# Version information for libpcre.
+current=0
+age=0
+revision=1
+
+# Is this an already installed library?
+installed=yes
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='c:/progra~1/pcre/lib'
diff --git a/win32/pcre/lib/libpcre.lib b/win32/pcre/lib/libpcre.lib
new file mode 100644
index 0000000..7b8be59
--- /dev/null
+++ b/win32/pcre/lib/libpcre.lib
Binary files differ
diff --git a/win32/pcre/lib/libpcreposix.la b/win32/pcre/lib/libpcreposix.la
new file mode 100644
index 0000000..39ab321
--- /dev/null
+++ b/win32/pcre/lib/libpcreposix.la
@@ -0,0 +1,32 @@
+# libpcreposix.la - a libtool library file
+# Generated by ltmain.sh - GNU libtool 1.4 (1.920 2001/04/24 23:26:18)
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname=''
+
+# Names of this library.
+library_names=''
+
+# The name of the static archive.
+old_library='libpcreposix.a'
+
+# Libraries that this one depends upon.
+dependency_libs=''
+
+# Version information for libpcreposix.
+current=0
+age=0
+revision=0
+
+# Is this an already installed library?
+installed=yes
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='c:/progra~1/pcre/lib'