squishy

changeset 19
f72a0f535301
parent 14
ea4d95329ceb
child 34
0e34461ab2a6
equal deleted inserted replaced
18:c005ff9eef47 19:f72a0f535301
29 29
30 -- Compile output files to Lua bytecode 30 -- Compile output files to Lua bytecode
31 if GetOption "with-compile" then 31 if GetOption "with-compile" then
32 Main "compile/squish.compile.lua" 32 Main "compile/squish.compile.lua"
33 end 33 end
34
35 if GetOption "with-virtual-io" then
36 Resource "vio" "vio/vio.lua"
37 end

mercurial