mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Replace squish with bcdec for BC decompression
This commit is contained in:
parent
a0d1ba4a3d
commit
2167157aaf
40 changed files with 1550 additions and 5138 deletions
10
modules/bcdec/SCsub
Normal file
10
modules/bcdec/SCsub
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
from misc.utility.scons_hints import *
|
||||
|
||||
Import("env")
|
||||
Import("env_modules")
|
||||
|
||||
env_bcdec = env_modules.Clone()
|
||||
|
||||
# Godot source files
|
||||
env_bcdec.add_source_files(env.modules_sources, "*.cpp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue