Sha256: 0ecad5ebd17b8325813d51fe7d625a29adddd88669dcde9d6e0d4d0c55647f25

Contents?: true

Size: 346 Bytes

Versions: 15

Compression:

Stored size: 346 Bytes

Contents

module Buildr
  module Haxe
    module Compiler
      class HXNeko < HaxeCompilerBase

        specify :language => :haxe,
                :sources => :hx, :source_ext => :hx,
                :target_ext => "n",
                :packaging => :n

        def compiler_args
          [ "-neko #{@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/hxneko.rb
buildr-hx-0.0.26.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.25.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.24.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.23.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.22.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.21.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.20.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.19.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.18.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.16.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.14.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.12.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.9.pre lib/buildr/hx/compiler/hxneko.rb
buildr-hx-0.0.8.pre lib/buildr/hx/compiler/hxneko.rb