Add Chromium-only Blender WebEngine parity work
This commit is contained in:
2344
blender-5.2.0/extern/gmp-wasm/include/gmp.h
vendored
Normal file
2344
blender-5.2.0/extern/gmp-wasm/include/gmp.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
3712
blender-5.2.0/extern/gmp-wasm/include/gmpxx.h
vendored
Normal file
3712
blender-5.2.0/extern/gmp-wasm/include/gmpxx.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
blender-5.2.0/extern/gmp-wasm/lib/libgmp.a
vendored
Normal file
BIN
blender-5.2.0/extern/gmp-wasm/lib/libgmp.a
vendored
Normal file
Binary file not shown.
41
blender-5.2.0/extern/gmp-wasm/lib/libgmp.la
vendored
Executable file
41
blender-5.2.0/extern/gmp-wasm/lib/libgmp.la
vendored
Executable file
@@ -0,0 +1,41 @@
|
||||
# libgmp.la - a libtool library file
|
||||
# Generated by libtool (GNU libtool) 2.4.6
|
||||
#
|
||||
# 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'
|
||||
|
||||
# Linker flags that cannot go in dependency_libs.
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=''
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
|
||||
# Version information for libgmp.
|
||||
current=15
|
||||
age=5
|
||||
revision=0
|
||||
|
||||
# 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='/home/mes123456/workinf_Blender_Wasm/blender-5.2.0/extern/gmp-wasm/lib'
|
||||
BIN
blender-5.2.0/extern/gmp-wasm/lib/libgmpxx.a
vendored
Normal file
BIN
blender-5.2.0/extern/gmp-wasm/lib/libgmpxx.a
vendored
Normal file
Binary file not shown.
41
blender-5.2.0/extern/gmp-wasm/lib/libgmpxx.la
vendored
Executable file
41
blender-5.2.0/extern/gmp-wasm/lib/libgmpxx.la
vendored
Executable file
@@ -0,0 +1,41 @@
|
||||
# libgmpxx.la - a libtool library file
|
||||
# Generated by libtool (GNU libtool) 2.4.6
|
||||
#
|
||||
# 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'
|
||||
|
||||
# Linker flags that cannot go in dependency_libs.
|
||||
inherited_linker_flags=''
|
||||
|
||||
# Libraries that this one depends upon.
|
||||
dependency_libs=' /home/mes123456/workinf_Blender_Wasm/blender-5.2.0/extern/gmp-wasm/lib/libgmp.la'
|
||||
|
||||
# Names of additional weak libraries provided by this library
|
||||
weak_library_names=''
|
||||
|
||||
# Version information for libgmpxx.
|
||||
current=11
|
||||
age=7
|
||||
revision=0
|
||||
|
||||
# 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='/home/mes123456/workinf_Blender_Wasm/blender-5.2.0/extern/gmp-wasm/lib'
|
||||
11
blender-5.2.0/extern/gmp-wasm/lib/pkgconfig/gmp.pc
vendored
Normal file
11
blender-5.2.0/extern/gmp-wasm/lib/pkgconfig/gmp.pc
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=/home/mes123456/workinf_Blender_Wasm/blender-5.2.0/extern/gmp-wasm
|
||||
exec_prefix=${prefix}
|
||||
includedir=${prefix}/include
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
Name: GNU MP
|
||||
Description: GNU Multiple Precision Arithmetic Library
|
||||
URL: https://gmplib.org
|
||||
Version: 6.3.0
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lgmp
|
||||
12
blender-5.2.0/extern/gmp-wasm/lib/pkgconfig/gmpxx.pc
vendored
Normal file
12
blender-5.2.0/extern/gmp-wasm/lib/pkgconfig/gmpxx.pc
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
prefix=/home/mes123456/workinf_Blender_Wasm/blender-5.2.0/extern/gmp-wasm
|
||||
exec_prefix=${prefix}
|
||||
includedir=${prefix}/include
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
Name: GNU MP C++
|
||||
Description: GNU Multiple Precision Arithmetic Library (C++ bindings)
|
||||
URL: https://gmplib.org
|
||||
Version: 6.3.0
|
||||
Requires: gmp
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lgmpxx
|
||||
Reference in New Issue
Block a user