Sha256: cf4133d04d8f772bc9f84dabcd4320ccb4c8f1cc18b502c33fe8e08b72e6fa2a

Contents?: true

Size: 647 Bytes

Versions: 13

Compression:

Stored size: 647 Bytes

Contents

# -*- mode: ruby; coding: utf-8 -*-


%w[../xot ../rucy ../rays .]
  .map  {|s| File.expand_path "#{s}/lib", __dir__}
  .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)}

require 'rucy/rake'

require 'xot/module'
require 'rucy/module'
require 'rays/module'
require 'reflex/module'


MODULES     = [Xot, Rucy, Rays, Reflex]
GEMNAME     = 'reflexion'
TESTS_ALONE = ['test/test_reflex.rb']

use_external_library 'https://github.com/erincatto/Box2D',
  tag:    'v2.3.1',
  incdir: 'Box2D',
  srcdir: 'Box2D/Box2D'

build_native_library
build_ruby_extension
test_ruby_extension
generate_documents
build_ruby_gem

task :default => :test

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
reflexion-0.1.26 Rakefile
reflexion-0.1.25 Rakefile
reflexion-0.1.24 Rakefile
reflexion-0.1.23 Rakefile
reflexion-0.1.22 Rakefile
reflexion-0.1.21 Rakefile
reflexion-0.1.20 Rakefile
reflexion-0.1.19 Rakefile
reflexion-0.1.17 Rakefile
reflexion-0.1.16 Rakefile
reflexion-0.1.15 Rakefile
reflexion-0.1.14 Rakefile
reflexion-0.1.13 Rakefile