/[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

Annotation of /trunk/ruby/extconf.rb

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Sat Sep 3 18:02:31 2005 UTC (18 years, 7 months ago) by dpavlin
Original Path: 0.0.12/ruby/extconf.rb
File size: 329 byte(s)
import of hyper_estraier_wrappers-0.0.12.tar.gz

1 dpavlin 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