From: Mike Taylor Date: Tue, 2 Sep 2008 15:11:48 +0000 (+0000) Subject: yaz3.lib X-Git-Tag: CPAN.1.12~28 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=454df29b2256ded4f63f9b7e210256e56048d787;ds=sidebyside yaz3.lib --- 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',