summaryrefslogtreecommitdiff
path: root/drivers/winmidi/SCsub
diff options
context:
space:
mode:
authorMarcelo Fernandez <marcelofg55@gmail.com>2018-07-14 09:11:28 -0300
committerMarcelo Fernandez <marcelofg55@gmail.com>2018-07-21 09:09:42 -0300
commit7a5f9fc08ea4f25cd20e743a9a1ef5566246cf2c (patch)
treee0a023fdaf6fe0219590e0370ffc3123f7def42a /drivers/winmidi/SCsub
parentcfcb6e11f25adb13177ba08777263288a5ec6f61 (diff)
Added a new MIDIDriver class
Diffstat (limited to 'drivers/winmidi/SCsub')
-rw-r--r--drivers/winmidi/SCsub8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/winmidi/SCsub b/drivers/winmidi/SCsub
new file mode 100644
index 0000000000..233593b0f9
--- /dev/null
+++ b/drivers/winmidi/SCsub
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+
+Import('env')
+
+# Driver source files
+env.add_source_files(env.drivers_sources, "*.cpp")
+
+Export('env')