mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
6 lines
258 B
Ruby
6 lines
258 B
Ruby
MRuby::Gem::Specification.new('core') do |spec|
|
|
spec.license = 'GPLv2'
|
|
spec.summary = "Bindings for MKXP engine itself"
|
|
|
|
spec.objs = Dir.glob("#{dir}/src/*.{c,cpp,m,asm,S}").map { |f| objfile(f.relative_path_from(dir).pathmap("#{build_dir}/%X")) }
|
|
end
|