Remove tests
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / ext / print / Print.xs
1 /////////////////////////////////////////////////////////////////////////////
2 // Name:        ext/print/Print.xs
3 // Purpose:     XS for Print Framework
4 // Author:      Mattia Barbon
5 // Modified by:
6 // Created:     04/05/2001
7 // RCS-ID:      $Id: Print.xs 2700 2009-12-13 11:25:50Z mbarbon $
8 // Copyright:   (c) 2001-2002, 2004-2006, 2008-2009 Mattia Barbon
9 // Licence:     This program is free software; you can redistribute it and/or
10 //              modify it under the same terms as Perl itself
11 /////////////////////////////////////////////////////////////////////////////
12
13 #define PERL_NO_GET_CONTEXT
14
15 #include "cpp/wxapi.h"
16
17 #undef THIS
18
19 MODULE=Wx__Print
20
21 BOOT:
22   INIT_PLI_HELPERS( wx_pli_helpers );
23
24 #if wxPERL_USE_PRINTING_ARCHITECTURE
25
26 INCLUDE: XS/PrintData.xs
27 INCLUDE: XS/PageSetupDialog.xs
28 INCLUDE: XS/PageSetupDialogData.xs
29 INCLUDE: XS/Printer.xs
30 INCLUDE: XS/PrintDialogData.xs
31 INCLUDE: XS/PrintPreview.xs
32 INCLUDE: XS/Printout.xs
33 INCLUDE: XS/PrintDialog.xs
34
35 INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/Preview.xs |
36
37 INCLUDE: perl -MExtUtils::XSpp::Cmd -e xspp -- -t ../../typemap.xsp XS/PrintFactory.xsp |
38
39 #include "cpp/pr_constants.cpp"
40
41 #endif
42
43 #  //FIXME//tricky
44 #if defined(__WXMSW__)
45 #undef XS
46 #define XS( name ) WXXS( name )
47 #endif
48
49 MODULE=Wx__Print