Method: FlexCompiler#compc

Defined in:
lib/flex_compiler.rb

#compc(opts = "") ⇒ Object



32
33
34
35
36
# File 'lib/flex_compiler.rb', line 32

def compc(opts="")
  command = "#{Shell.escape File.join(sdk_dir,"bin","compc")} #{opts.to_s}"
  puts command
  `#{command}`
end