Subversion Repositories DevTools

Rev

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

Rev 4003 Rev 4995
Line 1... Line 1...
1
# Copyright (C) 1998-2004 ERG Limited, All rights reserved
1
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
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
6
#
6
#
7
# Description:    build.pl Template
7
# Description:    build.pl Template
8
#.........................................................................#
8
#.........................................................................#
9
 
9
 
10
#..     Build system
10
#..     Build system
Line 13... Line 13...
13
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
13
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";
14
 
14
 
15
require         "$BUILDLIB_PL";
15
require         "$BUILDLIB_PL";
16
require         "$MAKELIB_PL";
16
require         "$MAKELIB_PL";
17
 
17
 
18
#..     Toolset configuration
-
 
19
#
-
 
20
 
-
 
21
#..     Product configuration
18
#..     Product configuration
22
#
19
#
23
BuildPlatforms  ( 'DEVLINUX' );
20
BuildPlatforms  ( 'DEVLINUX' );
24
 
21
 
25
BuildName       ( 'BUILDNAME xx.xx.xx cr' );
22
BuildName       ( 'BUILDNAME xx.xx.xx cr' );