diff options
Diffstat (limited to 'win32/pcre/lib/libpcre.la')
-rw-r--r-- | win32/pcre/lib/libpcre.la | 32 |
1 files changed, 32 insertions, 0 deletions
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' |