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