From b49d8ebefe9b10c53a6a09ad564e22111b7b25c6 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 20 Sep 2003 07:12:49 +0000 Subject: Initial Import --- win32/pcre/lib/libpcre-bcc.def | 21 +++++++++++++++++++++ win32/pcre/lib/libpcre-bcc.lib | Bin 0 -> 4096 bytes win32/pcre/lib/libpcre.def | 20 ++++++++++++++++++++ win32/pcre/lib/libpcre.la | 32 ++++++++++++++++++++++++++++++++ win32/pcre/lib/libpcre.lib | Bin 0 -> 5116 bytes win32/pcre/lib/libpcreposix.la | 32 ++++++++++++++++++++++++++++++++ 6 files changed, 105 insertions(+) create mode 100644 win32/pcre/lib/libpcre-bcc.def create mode 100644 win32/pcre/lib/libpcre-bcc.lib create mode 100644 win32/pcre/lib/libpcre.def create mode 100644 win32/pcre/lib/libpcre.la create mode 100644 win32/pcre/lib/libpcre.lib create mode 100644 win32/pcre/lib/libpcreposix.la (limited to 'win32/pcre/lib') 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 Binary files /dev/null and b/win32/pcre/lib/libpcre-bcc.lib 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 Binary files /dev/null and b/win32/pcre/lib/libpcre.lib 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' -- cgit v1.2.3