/[hyperestraier_wrappers]/trunk/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 /trunk/ruby/extconf.rb

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sat Sep 3 18:04:41 2005 UTC (18 years, 6 months ago) by dpavlin
File size: 329 byte(s)
make working copy
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