squishy

changeset 45
69b3487c71cc
parent 34
0e34461ab2a6
child 60
e80882a6af57
equal deleted inserted replaced
44:5d710c0cfb45 45:69b3487c71cc
27 Main "uglify/squish.uglify.lua" 27 Main "uglify/squish.uglify.lua"
28 end 28 end
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 Module "minichunkspy" "compile/minichunkspy.lua"
32 Main "compile/squish.compile.lua" 33 Main "compile/squish.compile.lua"
33 end 34 end
34 35
35 if GetOption "with-virtual-io" then 36 if GetOption "with-virtual-io" then
36 Resource "vio" "vio/vio.lua" 37 Resource "vio" "vio/vio.lua"

mercurial