This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
561c1f17a1
godot
/
servers
/
visual
/
SCsub
8 lines
103 B
Plaintext
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. (cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163)
2016-10-17 06:50:25 +00:00
#!/usr/bin/env python
GODOT IS OPEN SOURCE
2014-02-10 01:10:30 +00:00
Import('env')
env.add_source_files(env.servers_sources,"*.cpp")
Export('env')