diff options
Diffstat (limited to 'drivers/dds/SCsub')
-rw-r--r-- | drivers/dds/SCsub | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/dds/SCsub b/drivers/dds/SCsub new file mode 100644 index 0000000000..e475de1dba --- /dev/null +++ b/drivers/dds/SCsub @@ -0,0 +1,11 @@ +Import('env') + + +dds_sources = [ + "dds/texture_loader_dds.cpp" + ] + +env.drivers_sources+=dds_sources + +#env.add_source_files(env.drivers_sources, dds_sources) + |