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

Diff of /trunk/perl/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by dpavlin, Sat Sep 3 18:04:41 2005 UTC revision 3 by dpavlin, Sat Sep 3 18:44:12 2005 UTC
# Line 2  Line 2 
2  use ExtUtils::MakeMaker;  use ExtUtils::MakeMaker;
3  WriteMakefile(  WriteMakefile(
4          NAME    => 'HyperEstraier',          NAME    => 'HyperEstraier',
5          LIBS    => [sprintf('-lstdc++ %s %s' , `estconfig --libs`,  `estconfig --mtlibs`)],          INC     => sprintf('%s', `pkg-config --cflags hyperestraier || estconfig --cflags`),
6            LIBS    => sprintf('-lstdc++ %s %s' , `pkg-config --libs hyperestraier || estconfig --libs`),
7          OBJECT  => 'HyperEstraierWrapper.o HyperEstraier_wrap.o'          OBJECT  => 'HyperEstraierWrapper.o HyperEstraier_wrap.o'
8  );  );

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.26