############################################################################# ## Name: ext/calendar/Makefile.PL ## Purpose: Makefile.PL for wxCalendarCtrl ## Author: Mattia Barbon ## Modified by: ## Created: 05/10/2002 ## RCS-ID: $Id: Makefile.PL 2057 2007-06-18 23:03:00Z mbarbon $ ## Copyright: (c) 2002-2003 Mattia Barbon ## Licence: This program is free software; you can redistribute it and/or ## modify it under the same terms as Perl itself ############################################################################# use strict; use Config; use lib '../../build'; use Wx::build::MakeMaker; wxWriteMakefile( NAME => 'Wx::Calendar', VERSION_FROM => 'Calendar.pm', clean => { FILES => 'cpp' }, WX_CORE_LIB => 'adv core base', ); # local variables: # mode: cperl # end: