X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=bec94420665148bd3344555e2584e065383a838b;hp=0bd8449bb27cb24eed67992ec29036f8a7982672;hb=f81765c386b0818995847495faa42f511129ebf2;hpb=d3036d4c08605862c9284a40ac535182d3437515 diff --git a/Makefile.PL b/Makefile.PL index 0bd8449..bec9442 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ use ExtUtils::MakeMaker; -## $Id: Makefile.PL,v 1.20 2007-09-10 14:54:20 mike Exp $ +## $Id: Makefile.PL,v 1.21 2008-09-02 15:11:48 mike Exp $ # Use: perl Makefile.PL OPTIMIZE="-O0 -g -Wdeclaration-after-statement" @@ -33,7 +33,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',