Sha256: 68742740a1724d3fd3c24e7f5e0b8c7806226fcb037b3dcb76ecbc9a7f7a9709
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
require "../../../../../../../lib/mkrf" [ 'emitter.c', 'gram.c', 'gram.h', 'handler.c', 'node.c', 'syck.c', 'syck.h', 'token.c', 'bytecode.c', 'implicit.c', 'yaml2byte.c', 'yamlbyte.h' ].each do |codefile| `cp #{File::dirname $0}/../../../../lib/#{codefile} #{codefile}` end Mkrf::Generator.new('syck.bundle') do |g| g.include_header("st.h") g.add_source('*.c') # We can actually do this in the contructor, but this tests add_source end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mkrf-0.1.0 | test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb |