mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-20 20:46:52 +00:00
new version of blind_id for linux32 and linux32
This commit is contained in:
parent
958ed1b219
commit
9a61177b22
Binary file not shown.
@ -30,7 +30,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Format:commit %H$
|
||||
* $Id: a5ce51adb7f65e09a28a49ba8f96767ea1529d70 $
|
||||
* $Id: bea924581e2a7daf61a2fe20ab360ed1f05f5aaa $
|
||||
*/
|
||||
|
||||
#ifndef __D0_BLIND_ID_H__
|
||||
|
Binary file not shown.
@ -1,20 +1,26 @@
|
||||
# libd0_blind_id.la - a libtool library file
|
||||
# Generated by ltmain.sh - GNU libtool 1.5.26 Debian 1.5.26-4+lenny1 (1.1220.2.493 2008/02/01 16:58:18)
|
||||
# Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
|
||||
#
|
||||
# Please DO NOT delete this file!
|
||||
# It is necessary for linking the library.
|
||||
|
||||
# The name that we can dlopen(3).
|
||||
dlname='libd0_blind_id.so.0'
|
||||
dlname=''
|
||||
|
||||
# Names of this library.
|
||||
library_names='libd0_blind_id.so.0.0.0 libd0_blind_id.so.0 libd0_blind_id.so'
|
||||
library_names=''
|
||||
|
||||
# The name of the static archive.
|
||||
old_library='libd0_blind_id.a'
|
||||
|
||||
# Linker flags that can not go in dependency_libs.
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=' /usr/lib/libgmp.la'
|
||||
dependency_libs=' -L/tmp/Darkplaces.build.linux32.deps/lib /tmp/gg/lib/libgmp.la'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
|
||||
# Version information for libd0_blind_id.
|
||||
current=0
|
||||
@ -32,4 +38,4 @@ dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/usr/local/lib'
|
||||
libdir='/tmp/d0c/lib'
|
||||
|
Binary file not shown.
@ -1,20 +1,26 @@
|
||||
# libd0_rijndael.la - a libtool library file
|
||||
# Generated by ltmain.sh - GNU libtool 1.5.26 Debian 1.5.26-4+lenny1 (1.1220.2.493 2008/02/01 16:58:18)
|
||||
# Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
|
||||
#
|
||||
# Please DO NOT delete this file!
|
||||
# It is necessary for linking the library.
|
||||
|
||||
# The name that we can dlopen(3).
|
||||
dlname='libd0_rijndael.so.0'
|
||||
dlname=''
|
||||
|
||||
# Names of this library.
|
||||
library_names='libd0_rijndael.so.0.0.0 libd0_rijndael.so.0 libd0_rijndael.so'
|
||||
library_names=''
|
||||
|
||||
# The name of the static archive.
|
||||
old_library='libd0_rijndael.a'
|
||||
|
||||
# Linker flags that can not go in dependency_libs.
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=' /usr/lib/libgmp.la'
|
||||
dependency_libs=' -L/tmp/Darkplaces.build.linux32.deps/lib /tmp/gg/lib/libgmp.la'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
|
||||
# Version information for libd0_rijndael.
|
||||
current=0
|
||||
@ -32,4 +38,4 @@ dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/usr/local/lib'
|
||||
libdir='/tmp/d0c/lib'
|
||||
|
@ -1,4 +1,4 @@
|
||||
prefix=/home/rpolzer/xonotic/misc/builddeps/dp.linux32
|
||||
prefix=/tmp/d0c
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
@ -6,6 +6,6 @@ includedir=${prefix}/include
|
||||
Name: Blind-ID
|
||||
Description: Library for user identification using RSA blind signatures
|
||||
Requires:
|
||||
Version: 0.1
|
||||
Version: 0.3
|
||||
Libs: -L${libdir} -ld0_blind_id
|
||||
Cflags: -I${includedir}/d0_blind_id
|
||||
|
@ -1,4 +1,4 @@
|
||||
prefix=/home/rpolzer/xonotic/misc/builddeps/dp.linux32
|
||||
prefix=/tmp/d0c
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
@ -6,6 +6,6 @@ includedir=${prefix}/include
|
||||
Name: Rijndael
|
||||
Description: Library for Rijndael encryption
|
||||
Requires:
|
||||
Version: 0.1
|
||||
Version: 0.3
|
||||
Libs: -L${libdir} -ld0_rijndael
|
||||
Cflags: -I${includedir}/d0_blind_id
|
||||
|
Binary file not shown.
@ -30,7 +30,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Format:commit %H$
|
||||
* $Id: 8bcedf6746fc5fd1cd5709800f5ce5bcb5532a87 $
|
||||
* $Id: 9a7b912057b836675f4e24f08514cad53fa46d2a $
|
||||
*/
|
||||
|
||||
#ifndef __D0_H__
|
||||
|
Binary file not shown.
10
misc/builddeps/dp.linux64/lib/libd0_blind_id.la
Normal file → Executable file
10
misc/builddeps/dp.linux64/lib/libd0_blind_id.la
Normal file → Executable file
@ -5,10 +5,10 @@
|
||||
# It is necessary for linking the library.
|
||||
|
||||
# The name that we can dlopen(3).
|
||||
dlname='libd0_blind_id.so.0'
|
||||
dlname=''
|
||||
|
||||
# Names of this library.
|
||||
library_names='libd0_blind_id.so.0.0.0 libd0_blind_id.so.0 libd0_blind_id.so'
|
||||
library_names=''
|
||||
|
||||
# The name of the static archive.
|
||||
old_library='libd0_blind_id.a'
|
||||
@ -17,7 +17,7 @@ old_library='libd0_blind_id.a'
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=' /usr/lib64/libgmp.la'
|
||||
dependency_libs=' -L/tmp/Darkplaces.build.linux64.deps/lib /tmp/g/lib/libgmp.la'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
@ -28,7 +28,7 @@ age=0
|
||||
revision=0
|
||||
|
||||
# Is this an already installed library?
|
||||
installed=no
|
||||
installed=yes
|
||||
|
||||
# Should we warn about portability when linking against -modules?
|
||||
shouldnotlink=no
|
||||
@ -38,4 +38,4 @@ dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/usr/local/lib'
|
||||
libdir='/tmp/d0c/lib'
|
||||
|
Binary file not shown.
10
misc/builddeps/dp.linux64/lib/libd0_rijndael.la
Normal file → Executable file
10
misc/builddeps/dp.linux64/lib/libd0_rijndael.la
Normal file → Executable file
@ -5,10 +5,10 @@
|
||||
# It is necessary for linking the library.
|
||||
|
||||
# The name that we can dlopen(3).
|
||||
dlname='libd0_rijndael.so.0'
|
||||
dlname=''
|
||||
|
||||
# Names of this library.
|
||||
library_names='libd0_rijndael.so.0.0.0 libd0_rijndael.so.0 libd0_rijndael.so'
|
||||
library_names=''
|
||||
|
||||
# The name of the static archive.
|
||||
old_library='libd0_rijndael.a'
|
||||
@ -17,7 +17,7 @@ old_library='libd0_rijndael.a'
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=' /usr/lib64/libgmp.la'
|
||||
dependency_libs=' -L/tmp/Darkplaces.build.linux64.deps/lib /tmp/g/lib/libgmp.la'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
@ -28,7 +28,7 @@ age=0
|
||||
revision=0
|
||||
|
||||
# Is this an already installed library?
|
||||
installed=no
|
||||
installed=yes
|
||||
|
||||
# Should we warn about portability when linking against -modules?
|
||||
shouldnotlink=no
|
||||
@ -38,4 +38,4 @@ dlopen=''
|
||||
dlpreopen=''
|
||||
|
||||
# Directory that this library needs to be installed in:
|
||||
libdir='/usr/local/lib'
|
||||
libdir='/tmp/d0c/lib'
|
||||
|
@ -1,4 +1,4 @@
|
||||
prefix=/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64
|
||||
prefix=/tmp/d0c
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
@ -6,6 +6,6 @@ includedir=${prefix}/include
|
||||
Name: Blind-ID
|
||||
Description: Library for user identification using RSA blind signatures
|
||||
Requires:
|
||||
Version: 0.1
|
||||
Version: 0.3
|
||||
Libs: -L${libdir} -ld0_blind_id
|
||||
Cflags: -I${includedir}/d0_blind_id
|
||||
|
@ -1,4 +1,4 @@
|
||||
prefix=/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64
|
||||
prefix=/tmp/d0c
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
@ -6,6 +6,6 @@ includedir=${prefix}/include
|
||||
Name: Rijndael
|
||||
Description: Library for Rijndael encryption
|
||||
Requires:
|
||||
Version: 0.1
|
||||
Version: 0.3
|
||||
Libs: -L${libdir} -ld0_rijndael
|
||||
Cflags: -I${includedir}/d0_blind_id
|
||||
|
Loading…
Reference in New Issue
Block a user