squish.lua

changeset 29
0737a3bcf10b
parent 28
99ec02c56716
child 31
84b653f78e5f
equal deleted inserted replaced
28:99ec02c56716 29:0737a3bcf10b
27 if not opts.very_quiet then print_err = print; end 27 if not opts.very_quiet then print_err = print; end
28 if not opts.quiet then print_info = print; end 28 if not opts.quiet then print_info = print; end
29 if opts.verbose or opts.very_verbose then print_verbose = print; end 29 if opts.verbose or opts.very_verbose then print_verbose = print; end
30 if opts.very_verbose then print_debug = print; end 30 if opts.very_verbose then print_debug = print; end
31 31
32 print = print_verbose;
33
32 local enable_debug = opts.enable_debug; 34 local enable_debug = opts.enable_debug;
33 35
34 local modules, main_files, resources = {}, {}, {}; 36 local modules, main_files, resources = {}, {}, {};
35 37
36 -- Functions to be called from squishy file -- 38 -- Functions to be called from squishy file --

mercurial