Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

41
blender-5.2.0/extern/gmp-wasm/lib/libgmp.la vendored Executable file
View 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'

Binary file not shown.

41
blender-5.2.0/extern/gmp-wasm/lib/libgmpxx.la vendored Executable file
View 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'

View 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

View 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