Sha256: 36ea2c58f9cb9e6ecb9a3851c607d2d73c9bcf65bc010481b9d8306e484186e6

Contents?: true

Size: 274 Bytes

Versions: 15

Compression:

Stored size: 274 Bytes

Contents

module Buildr
  module Haxe
    module Compiler
      class HXPHP < HaxeCompilerBase

        specify :language => :haxe,
                :sources => :hx, :source_ext => :hx

        def compiler_args
          [ "-php #{@output}" ]
        end

      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
buildr-hx-0.0.27.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.26.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.25.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.24.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.23.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.22.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.21.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.20.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.19.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.18.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.16.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.14.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.12.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.9.pre lib/buildr/hx/compiler/hxphp.rb
buildr-hx-0.0.8.pre lib/buildr/hx/compiler/hxphp.rb