This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
godot
Watch
2
Star
0
Fork
You've already forked godot
0
mirror of
https://github.com/godotengine/godot.git
synced
2025-10-19 16:03:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
97c8508f5e
godot
/
core
/
os
/
SCsub
8 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
SCsub: Add python shebang as a hint for syntax highlighting Also switch existing shebangs to "better" /usr/bin/env python.
2016-10-17 08:50:25 +02:00
#!/usr/bin/env python
GODOT IS OPEN SOURCE
2014-02-09 22:10:30 -03:00
Import('env')
env.add_source_files(env.core_sources,"*.cpp")
Export('env')
Reference in a new issue
Copy permalink