Subversion Repositories DevTools

Rev

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

Rev 229 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
BuildAlias      ( 'WIN',    'WIN32' );                  # All the WIN Platforms
20
BuildPlatforms ('WIN32',            '--Alias=WIN');
24
BuildAlias      ( 'MOS',    'MOS68K', 'MOSCF' );        # All the MOS Platforms
21
BuildPlatforms ('MOS68K', 'MOSCF',  '--Alias=MOS');
25
 
22
 
26
 
23
 
27
BuildName       ( 'BUILDNAME xx.xx.xx cr' );
24
BuildName       ( 'BUILDNAME xx.xx.xx cr' );
28
BuildSnapshot   ();
-
 
29
BuildAccessPerms();
-
 
30
BuildInterface  ( 'local' );
25
BuildInterface  ( 'local' );
31
BuildInterface  ( 'interface' );
26
BuildInterface  ( 'interface' );
32
 
27
 
33
#..     External Packages
28
#..     External Packages
34
#       Use LinkpkgArchive or BuildPkgArchive
29
#       Use LinkpkgArchive or BuildPkgArchive