/[hyperestraier_wrappers]/0.0.12/perl/Makefile.PL
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.12/perl/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sat Sep 3 18:02:31 2005 UTC (18 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 236 byte(s)
import of hyper_estraier_wrappers-0.0.12.tar.gz

1 # File : Makefile.PL
2 use ExtUtils::MakeMaker;
3 WriteMakefile(
4 NAME => 'HyperEstraier',
5 LIBS => [sprintf('-lstdc++ %s %s' , `estconfig --libs`, `estconfig --mtlibs`)],
6 OBJECT => 'HyperEstraierWrapper.o HyperEstraier_wrap.o'
7 );

  ViewVC Help
Powered by ViewVC 1.1.26