ofa 1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ext/extconf.rb +4 -0
  2. data/ext/ofa.c +2394 -0
  3. metadata +67 -0
data/ext/extconf.rb ADDED
@@ -0,0 +1,4 @@
1
+ require 'mkmf'
2
+ find_library('ofa', nil)
3
+ create_makefile('ofa')
4
+