diff options
| author | Mats Wichmann <mats@linux.com> | 2019-12-20 19:04:35 (GMT) |
|---|---|---|
| committer | Mats Wichmann <mats@linux.com> | 2019-12-20 19:04:35 (GMT) |
| commit | c13b879fa7014a7a3e195bdc845fbf5527cca6aa (patch) | |
| tree | 2d7320956a3a3c37b29aec430396ea2003eb96ba /test/Removed/SourceCode/SConstruct.method | |
| parent | 1beb09189e73ccde9bd9291a4f46e0673edbc2f8 (diff) | |
| download | SCons-c13b879fa7014a7a3e195bdc845fbf5527cca6aa.zip SCons-c13b879fa7014a7a3e195bdc845fbf5527cca6aa.tar.gz SCons-c13b879fa7014a7a3e195bdc845fbf5527cca6aa.tar.bz2 | |
Remove deprecated SourceCode func/method
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Removed/SourceCode/SConstruct.method')
| -rw-r--r-- | test/Removed/SourceCode/SConstruct.method | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Removed/SourceCode/SConstruct.method b/test/Removed/SourceCode/SConstruct.method new file mode 100644 index 0000000..94a4916 --- /dev/null +++ b/test/Removed/SourceCode/SConstruct.method @@ -0,0 +1,3 @@ +DefaultEnvironment(tools=[]) +env = Environment(tools=["textfile"]) +env.SourceCode('no_source.c', None) |
