Moved zlib to core.

This commit is contained in:
Relintai 2023-12-16 17:58:14 +01:00
parent f05996c037
commit a7f6040e05
29 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ env_thirdparty.add_source_files(thirdparty_obj, thirdparty_misc_sources)
# Zlib library, can be unbundled
if env["builtin_zlib"]:
thirdparty_zlib_dir = "#thirdparty/zlib/"
thirdparty_zlib_dir = "thirdparty/zlib/"
thirdparty_zlib_sources = [
"adler32.c",
"compress.c",

View File

@ -292,7 +292,7 @@ def generate_scu_files(verbose, is_release_build, env):
"os", "string", "variant", "io", "crypto"])
else:
process_folder(["core", "bind", "config", "containers", "error", "input", "log", "math", "object",
"os", "string", "variant", "io", "crypto", "crypto/mbedtls/library", "thirdparty/misc", "thirdparty/zstd"], [], 0, "cpp c")
"os", "string", "variant", "io", "crypto", "crypto/mbedtls/library", "thirdparty/misc", "thirdparty/zstd", "thirdparty/zlib"], [], 0, "cpp c")
#process_folder(["drivers/gles2"], [], 0, "cpp c")
#process_folder(["drivers/unix"], [], 0, "cpp c")