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