summaryrefslogtreecommitdiff
path: root/library/GMP/lib
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 16:44:25 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 16:44:25 +0200
commitc63d9b438572f06f555e2232a15bd3c46bd10546 (patch)
tree92f2eca00f2a915078ee979acf26906670d75e5f /library/GMP/lib
downloadFreeFileSync-c63d9b438572f06f555e2232a15bd3c46bd10546.tar.gz
FreeFileSync-c63d9b438572f06f555e2232a15bd3c46bd10546.tar.bz2
FreeFileSync-c63d9b438572f06f555e2232a15bd3c46bd10546.zip
1.2
Diffstat (limited to 'library/GMP/lib')
-rw-r--r--library/GMP/lib/libgmp.abin0 -> 392834 bytes
-rw-r--r--library/GMP/lib/libgmp.la35
-rw-r--r--library/GMP/lib/libgmpxx.abin0 -> 24784 bytes
-rw-r--r--library/GMP/lib/libgmpxx.la35
4 files changed, 70 insertions, 0 deletions
diff --git a/library/GMP/lib/libgmp.a b/library/GMP/lib/libgmp.a
new file mode 100644
index 00000000..041ee6c7
--- /dev/null
+++ b/library/GMP/lib/libgmp.a
Binary files differ
diff --git a/library/GMP/lib/libgmp.la b/library/GMP/lib/libgmp.la
new file mode 100644
index 00000000..ee6e9a74
--- /dev/null
+++ b/library/GMP/lib/libgmp.la
@@ -0,0 +1,35 @@
+# libgmp.la - a libtool library file
+# Generated by ltmain.sh - GNU libtool 1.5.24 (1.1220.2.455 2007/06/24 02:13:29)
+#
+# 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='libgmp.a'
+
+# Libraries that this one depends upon.
+dependency_libs=''
+
+# Version information for libgmp.
+current=7
+age=4
+revision=2
+
+# Is this an already installed library?
+installed=yes
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=no
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='/c/gmp/lib'
diff --git a/library/GMP/lib/libgmpxx.a b/library/GMP/lib/libgmpxx.a
new file mode 100644
index 00000000..90ca1d40
--- /dev/null
+++ b/library/GMP/lib/libgmpxx.a
Binary files differ
diff --git a/library/GMP/lib/libgmpxx.la b/library/GMP/lib/libgmpxx.la
new file mode 100644
index 00000000..e608eba7
--- /dev/null
+++ b/library/GMP/lib/libgmpxx.la
@@ -0,0 +1,35 @@
+# libgmpxx.la - a libtool library file
+# Generated by ltmain.sh - GNU libtool 1.5.24 (1.1220.2.455 2007/06/24 02:13:29)
+#
+# 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='libgmpxx.a'
+
+# Libraries that this one depends upon.
+dependency_libs=' /c/gmp/lib/libgmp.la'
+
+# Version information for libgmpxx.
+current=4
+age=0
+revision=2
+
+# Is this an already installed library?
+installed=yes
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=no
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='/c/gmp/lib'
bgstack15