/[hyperestraier_wrappers]/trunk/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

Annotation of /trunk/perl/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Sat Sep 3 18:04:41 2005 UTC (18 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 236 byte(s)
make working copy
1 dpavlin 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