Sha256: 4f48c86b990c48188165a75da19adfa553fcf0afde6249b3ef44e6b491d0bf5e
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 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') 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.1 | test/sample_files/syck-0.55/ext/ruby/ext/syck/extconf.rb |