diff options
Diffstat (limited to 'drivers/dummy/SCsub')
-rw-r--r-- | drivers/dummy/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/dummy/SCsub b/drivers/dummy/SCsub new file mode 100644 index 0000000000..e170b8e387 --- /dev/null +++ b/drivers/dummy/SCsub @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +Import('env') + +env.add_source_files(env.drivers_sources,"*.cpp") |