Mercurial > web-gnusto
view SConstruct @ 60:8c98e4025e9e
Added curses to the build system and made it the default story to load, since troll is loading and running fine now.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 16 May 2008 12:06:50 -0700 |
parents | 8fe2a168cb7b |
children | d449d74a1f96 |
line wrap: on
line source
zcode_to_js_array = Builder( action = "python zcode_to_js_array.py ${SOURCE} > ${TARGET}", suffix = ".js", ) env = Environment(BUILDERS = {"ZCode" : zcode_to_js_array}) env.ZCode("stories/troll.z5") env.ZCode("stories/curses.z5") Command("gnusto-engine.min.js", "gnusto-engine.js", "python jsmin.py < ${SOURCE} > ${TARGET}")