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
0168709978
godot
/
drivers
/
windows
/
SCsub
6 lines
89 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.
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')
drivers: Refactor SCsub and drop redundant env_drivers clone The reordering of the SConscript includes allows to ensure that stuff like the builtin zlib headers will be available for libpng. Also moved glew back into global env, otherwise windows seems not to find it... Kind of shooting in the dark with this multi-env setup.
2016-10-15 10:39:28 +00:00
env.add_source_files(env.drivers_sources, "*.cpp")