X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.PL;h=528490cda103968b62eea70c451a2158c4a8cdd7;hb=6c62678bc9633a58d3da916ff7d3673cb062b33a;hp=d502bf30b18318afbc8f49c4e825a9d2efc083e3;hpb=952e59903828b53e6e8601c5d1480145f3b3dd5b;p=simpleserver-moved-to-github.git diff --git a/Makefile.PL b/Makefile.PL index d502bf3..528490c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,9 +1,13 @@ use ExtUtils::MakeMaker; -## $Id: Makefile.PL,v 1.3 2004-05-28 20:27:16 sondberg Exp $ +## $Id: Makefile.PL,v 1.6 2004-06-07 17:08:00 adam Exp $ my $libs = `yaz-config --libs threads` || die "ERROR: Unable to call script: yaz-config"; +# For Windows use +# 'LIBS' => 'c:\yaz\lib\yaz.lib' +# 'INC' => 'c:\yaz\include' + WriteMakefile( 'NAME' => 'Net::Z3950::SimpleServer', 'VERSION_FROM' => 'SimpleServer.pm', # finds $VERSION