diff options
Diffstat (limited to 'drivers/windows/SCsub')
-rw-r--r-- | drivers/windows/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/windows/SCsub b/drivers/windows/SCsub index 0582e01978..ee39fd2631 100644 --- a/drivers/windows/SCsub +++ b/drivers/windows/SCsub @@ -1,3 +1,5 @@ +#!/usr/bin/env python + Import('env') env.add_source_files(env.drivers_sources, "*.cpp") |