aboutsummaryrefslogtreecommitdiff
path: root/tools/scons/site_scons/site_tools
AgeCommit message (Collapse)Author
2012-12-19Updated scripts to call python2 directly rather than relying on python ↵Alan Kligman
symlink pointing to the right place. See PEP394 for details on why this should be OK.
2012-09-21Make EMSCRIPTEN_ROOT path available in EnvironmentLCID Fire
2012-05-28test for scons integration and stop using emld thereAlon Zakai
2012-03-03Add Tool support for SConsLCID Fire
To use: * Link emscripten directory to <ProjectRoot>/site_scons/site_tools/emscripten * Load into an Environment via env.Tool("emscripten") * Use Program and Library normally in SCons