diff options
Diffstat (limited to '')
| -rw-r--r-- | drivers/gles1/SCsub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gles1/SCsub b/drivers/gles1/SCsub new file mode 100644 index 000000000..6a3e474ea --- /dev/null +++ b/drivers/gles1/SCsub @@ -0,0 +1,5 @@ +Import('env') +Export('env'); + +env.add_source_files(env.drivers_sources,"*.cpp") + |
