diff options
author | Karroffel <therzog@mail.de> | 2017-05-11 21:15:35 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-05-11 21:23:19 +0200 |
commit | 15bce7f75f0dfab9863db5d4c7a51f5fc96fdb89 (patch) | |
tree | a704802d04eecb2c8dd568f440f79a0a2642a3d2 /modules/multiscript/SCsub | |
parent | 6d0568d8179f7dcca54b1c87ab199820a468ef2c (diff) |
removed multiscript
removes MultiScript which was re-added in #8502 (aka 4c14700).
This feature didn't turn out to be as useful as most expected. It causes more troubles than it does good.
Diffstat (limited to 'modules/multiscript/SCsub')
-rw-r--r-- | modules/multiscript/SCsub | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/multiscript/SCsub b/modules/multiscript/SCsub deleted file mode 100644 index 0882406761..0000000000 --- a/modules/multiscript/SCsub +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python - -Import('env') - -env.add_source_files(env.modules_sources, "*.cpp") - -Export('env') |