Line | |
---|
1 | ################################################################################
|
---|
2 | #
|
---|
3 | # apicheck_c.PL -- generate apicheck.c
|
---|
4 | #
|
---|
5 | ################################################################################
|
---|
6 | #
|
---|
7 | # $Revision: 5 $
|
---|
8 | # $Author: mhx $
|
---|
9 | # $Date: 2005/01/31 08:10:48 +0100 $
|
---|
10 | #
|
---|
11 | ################################################################################
|
---|
12 | #
|
---|
13 | # Version 3.x, Copyright (C) 2004-2005, Marcus Holland-Moritz.
|
---|
14 | # Version 2.x, Copyright (C) 2001, Paul Marquess.
|
---|
15 | # Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
|
---|
16 | #
|
---|
17 | # This program is free software; you can redistribute it and/or
|
---|
18 | # modify it under the same terms as Perl itself.
|
---|
19 | #
|
---|
20 | ################################################################################
|
---|
21 |
|
---|
22 | $out = 'apicheck.c';
|
---|
23 | print "creating $out\n";
|
---|
24 | system $^X, 'parts/apicheck.pl', $out
|
---|
25 | and die "couldn't create $out\n";
|
---|
Note:
See
TracBrowser
for help on using the repository browser.