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

« back to all changes in this revision

Viewing changes to ext/docview/DocView.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:      Simon Flack
5
5
// Modified by:
6
6
// Created:     11/09/2002
7
 
// RCS-ID:      $Id: DocView.xs 2577 2009-06-18 20:36:39Z tsee $
 
7
// RCS-ID:      $Id: DocView.xs 2610 2009-09-20 13:28:54Z mbarbon $
8
8
// Copyright:   (c) 2002, 2004, 2007-2008 Simon Flack
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
32
32
INCLUDE: XS/DocParentFrame.xs
33
33
INCLUDE: XS/DocChildFrame.xs
34
34
 
35
 
INCLUDE: xspp -t ../../typemap.xsp XS/CommandProcessor.xsp |
 
35
INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/CommandProcessor.xsp |
36
36
 
37
37
#if wxUSE_MDI_ARCHITECTURE && wxUSE_DOC_VIEW_ARCHITECTURE
38
38