X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=cea9dabd29ec2413d90c404e8d9154c6cc8467d1;hp=0bd8449bb27cb24eed67992ec29036f8a7982672;hb=3bfdbd819b33432a0ff40a44a586943964b48e97;hpb=d3036d4c08605862c9284a40ac535182d3437515 diff --git a/Makefile.PL b/Makefile.PL index 0bd8449..cea9dab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,5 @@ use ExtUtils::MakeMaker; -## $Id: Makefile.PL,v 1.20 2007-09-10 14:54:20 mike Exp $ - # Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement" my $yazconf = "yaz-config"; @@ -33,7 +31,7 @@ die "You have YAZ version $major.$minor.$trivial; " . # For Windows use # $yazinc = '-Ic:\yaz\include' -# $yazlibs = 'c:\yaz\lib\yaz.lib' +# $yazlibs = 'c:\yaz\lib\yaz3.lib' WriteMakefile( 'NAME' => 'Net::Z3950::SimpleServer',