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