Merge commit '88a2e4976b' as 'engine'
This commit is contained in:
commit
4587afe78c
13991 changed files with 7801538 additions and 0 deletions
6
engine/core/string/SCsub
Normal file
6
engine/core/string/SCsub
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
from misc.utility.scons_hints import *
|
||||
|
||||
Import("env")
|
||||
|
||||
env.add_source_files(env.core_sources, "*.cpp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue