aboutsummaryrefslogtreecommitdiff
path: root/modules/dds/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde2016-10-11 20:44:26 +0200
committerRémi Verschelde2016-10-30 14:51:30 +0100
commit819ccdd34075aafcf4fd04069ddcb7e0bdef9ab1 (patch)
tree83597e548244ead6533492d869630e6fe49aa8ab /modules/dds/SCsub
parentea1e180e4a02b6c08a10f2cd517c43c79e36e05c (diff)
downloadgodot-819ccdd34075aafcf4fd04069ddcb7e0bdef9ab1.tar.gz
godot-819ccdd34075aafcf4fd04069ddcb7e0bdef9ab1.tar.zst
godot-819ccdd34075aafcf4fd04069ddcb7e0bdef9ab1.zip
dds/etc1/pbm/pvr: Make those modules and split thirdparty files
They are not particularly packaged in Linux distros so we do not facilitate unbundling via SCons. There could be done if/when there is interest. Also s/pnm/pbm/, long-lived typo :) (cherry picked from commit b1e8889d969f5f88539c47c2afac6c9ea2a2dc11)
Diffstat (limited to 'modules/dds/SCsub')
-rw-r--r--modules/dds/SCsub7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/dds/SCsub b/modules/dds/SCsub
new file mode 100644
index 000000000..bcea3a84c
--- /dev/null
+++ b/modules/dds/SCsub
@@ -0,0 +1,7 @@
+Import('env')
+Import('env_modules')
+
+env_modules.add_source_files(env.modules_sources, "*.cpp")
+
+Export('env_modules')
+Export('env')