Subversion Repositories DevTools

Rev

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

Rev 1473 Rev 1475
Line 1... Line 1...
1
# Copyright (C) 1998-2007 ERG Limited, All rights reserved
1
# Copyright (C) 1998-2009 ERG Limited, All rights reserved
2
#
2
#
3
# Module name   : build.pl
3
# Module name   : build.pl
4
# Module type   : Makefile system
4
# Module type   : Makefile system
5
# Environment(s): n/a
5
# Environment(s): JATS Build System
6
#
6
#
7
# Description:    build.pl for package shellbuild
7
# Description:    build.pl for package shellbuild
8
#.........................................................................#
8
#.........................................................................#
9
 
9
 
10
#..     Build system
10
#..     Build system
Line 15... Line 15...
15
require         "$BUILDLIB_PL";
15
require         "$BUILDLIB_PL";
16
require         "$MAKELIB_PL";
16
require         "$MAKELIB_PL";
17
 
17
 
18
#..     Product configuration
18
#..     Product configuration
19
#
19
#
20
BuildPlatforms   ( 'GENERIC,--OnlyProd' );
20
BuildPlatforms  ( 'GENERIC,--OnlyProd' );
21
 
21
 
22
BuildName       ( 'shellbuild 1.0.3000 cr' );
22
BuildName       ( 'shellbuild 1.0.4000 cr' );
23
BuildInterface  ( 'local' );
-
 
24
BuildInterface  ( 'interface' );
23
BuildInterface  ( 'interface' );
25
 
24
 
26
#
25
#
27
#   Specify subdirectories to process
26
#   Specify subdirectories to process
28
#
27
#