GODOT IS OPEN SOURCE

This commit is contained in:
Juan Linietsky
2014-02-09 22:10:30 -03:00
parent 0e49da1687
commit 0b806ee0fc
3138 changed files with 1294441 additions and 0 deletions

7
core/os/SCsub Normal file
View File

@ -0,0 +1,7 @@
Import('env')
env.add_source_files(env.core_sources,"*.cpp")
Export('env')