~ubuntu-branches/ubuntu/maverick/libwx-perl/maverick-proposed

« back to all changes in this revision

Viewing changes to ext/calendar/Calendar.xs

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, Ryan Niebur, gregor herrmann
  • Date: 2009-10-01 23:34:48 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20091001233448-12t05u75ldvmll0k
Tags: 0.93-1
[ Ryan Niebur ]
* Update ryan52's email address

[ gregor herrmann ]
* New upstream release.
* Make build dependency on libextutils-xspp-perl versioned.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
// Author:      Mattia Barbon
5
5
// Modified by:
6
6
// Created:     22/09/2002
7
 
// RCS-ID:      $Id: Calendar.xs 2577 2009-06-18 20:36:39Z tsee $
 
7
// RCS-ID:      $Id: Calendar.xs 2610 2009-09-20 13:28:54Z mbarbon $
8
8
// Copyright:   (c) 2002, 2005-2006, 2008 Mattia Barbon
9
9
// Licence:     This program is free software; you can redistribute it and/or
10
10
//              modify it under the same terms as Perl itself
27
27
BOOT:
28
28
  INIT_PLI_HELPERS( wx_pli_helpers );
29
29
 
30
 
INCLUDE: xspp -t ../../typemap.xsp XS/DatePickerCtrl.xsp |
31
 
 
32
 
INCLUDE: xspp -t ../../typemap.xsp XS/CalendarCtrl.xsp |
33
 
 
34
 
INCLUDE: xspp -t ../../typemap.xsp XS/CalendarDateAttr.xsp |
 
30
INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/DatePickerCtrl.xsp |
 
31
 
 
32
INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/CalendarCtrl.xsp |
 
33
 
 
34
INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/CalendarDateAttr.xsp |
35
35
 
36
36
#  //FIXME//tricky
37
37
#if defined(__WXMSW__)