From fc6b9897872007d57a2145e5d07d90f7e5305a0a Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 4 Nov 2003 12:33:57 +0000 Subject: demos codes have been moved from demos/ to Tk/demos/ subdirectory to use the standard ExtUtils::MakeMaker::WriteMakefile rather than the Tk specific Tk::MMutil::TkExtMakefile --- Perl/demos/Makefile.PL | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'Perl/demos') diff --git a/Perl/demos/Makefile.PL b/Perl/demos/Makefile.PL index 5e431b7..9b22bab 100644 --- a/Perl/demos/Makefile.PL +++ b/Perl/demos/Makefile.PL @@ -1,10 +1,7 @@ - - -use Tk::MMutil; -Tk::MMutil::TkExtMakefile( - 'EXE_FILES' => ['zinc-demos'], - 'linkext' => { LINKTYPE => ''}, -# 'PMLIBDIRS' => [ qw(demos/zinc_pm) ], +use ExtUtils::MakeMaker; +WriteMakefile( + 'EXE_FILES' => ['zinc-demos'], + 'PMLIBDIRS' => [ qw( Tk/demos/zinc_pm Tk/demos/zinc_contrib_lib + Tk/demos/zinc_data Tk/demos/zinc_lib ) ], ); - - + -- cgit v1.1