This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4966e63f4f6473375ecc8ea654f2aea78bdff070
test
/
source
/
gameengine
/
GamePlayer
/
SConscript
4 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
Added #!/usr/bin/python standard script identifier to the start of SConscript files. Makes text editors identify SConscripts as Python, and syntax highlight properly.
2004-05-16 13:07:20 +00:00
#!/usr/bin/python
Added preliminary support for GamePlayer building with SCons. GPG_ghost and GPC_common are now being built. These will be built by setting BUILD_BLENDER_PLAYER to true in config.opts. BUILD_GAMEENGINE must be set to true, too.
2004-04-08 10:40:12 +00:00
SConscript
(
[
'
common/SConscript
'
,
* tweak linking priorities - should help for GCC users * some lib renaming
2008-01-08 09:47:44 +00:00
'
ghost/SConscript
'
]
)
Reference in New Issue
Copy Permalink