Subversion Repositories DevTools

Rev

Rev 261 | Rev 279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 261 Rev 263
Line 20... Line 20...
20
 
20
 
21
require 5.006_001;
21
require 5.006_001;
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
24
use Getopt::Long;
24
use Getopt::Long;
-
 
25
use JatsError;
25
use JatsEnv;
26
use JatsEnv;
26
use JatsMakeInfo qw(:create);
27
use JatsMakeInfo qw(:create);
27
 
28
 
28
our $MakelibVersion         = "2.33";           # makelib.pl version
29
our $MakelibVersion         = "2.33";           # makelib.pl version
29
 
30
 
Line 46... Line 47...
46
 
47
 
47
our $ROOTMAKEFILE           = 0;
48
our $ROOTMAKEFILE           = 0;
48
our $PLATFORMINCLUDED       = 0;
49
our $PLATFORMINCLUDED       = 0;
49
our @BUILDPLATFORMS         = ();
50
our @BUILDPLATFORMS         = ();
50
 
51
 
-
 
52
our $GBE_CONFIG;
-
 
53
our $GBE_TOOLS;
-
 
54
our $GBE_PERL;
51
 
55
 
52
#.. Running under 'buildlib.pl' ?
56
#.. Running under 'buildlib.pl' ?
53
#
57
#
54
unless ( $::ScmBuildlib )
58
unless ( $::ScmBuildlib )
55
{
59
{