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