/[hyperestraier_wrappers]/0.0.13/ruby/extconf.rb
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /0.0.13/ruby/extconf.rb

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations)
Fri Sep 9 15:26:39 2005 UTC (18 years, 7 months ago) by dpavlin
File size: 329 byte(s)
import of 0.0.13
1 require 'mkmf'
2
3 system('swig -c++ -ruby -o HyperEstraier_wrap.cxx ../HyperEstraier.i')
4 system('cp ../HyperEstraierWrapper.cpp ./')
5
6 $srcdir = 'src'
7
8 $libs += [
9 `estconfig --libs`.chomp,
10 '-lstdc++'].join(" ")
11
12 if have_header('estraier.h') and have_library('estraier', 'est_db_open')
13 create_makefile('HyperEstraier')
14 end
15

  ViewVC Help
Powered by ViewVC 1.1.26