From: mike Date: Mon, 25 Sep 2006 11:31:43 +0000 (+0000) Subject: zselect is installed as an EXE X-Git-Tag: cpan_1_22~131 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=06ec3a3214bd07698e8e2e805e2ce2eb5cac06b9;p=ZOOM-Perl-moved-to-github.git zselect is installed as an EXE --- diff --git a/Makefile.PL b/Makefile.PL index a33ad2d..a6ceee3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.13 2006-08-31 15:47:45 mike Exp $ +# $Id: Makefile.PL,v 1.14 2006-09-25 11:31:43 mike Exp $ use 5.008; use ExtUtils::MakeMaker; @@ -39,6 +39,7 @@ WriteMakefile( # OBJECT => '$(O_FILES)', # link all the C files too # Use this to test for illegal code that GCC stupidly permits by default: # OPTIMIZE => "-Wdeclaration-after-statement -g -O0", + EXE_FILES => [ 'samples/zoom/zselect' ], );