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
#.!/bin/perl
-
 
2
# Copyright (C) 1998-2003 ERG Limited, All rights reserved
1
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
3
#
2
#
4
# Module name   : build.pl
3
# Module name   : build.pl
5
# Module type   : Makefile system
4
# Module type   : Makefile system
6
# Environment(s): n/a
5
# Environment(s): JATS
7
#
6
#
8
# Description:    Root build for UD
7
# Description:    Root build for UD
9
#
8
#
10
#.........................................................................#
9
#.........................................................................#
11
 
10
 
Line 27... Line 26...
27
 
26
 
28
BuildProduct    ( 'PCP',    'LMOS,--OnlyDebug', 'MOS68K,--OnlyDebug');
27
BuildProduct    ( 'PCP',    'LMOS,--OnlyDebug', 'MOS68K,--OnlyDebug');
29
 
28
 
30
 
29
 
31
BuildName       ( 'MyMosProject 1.0.0.example' );
30
BuildName       ( 'MyMosProject 1.0.0.example' );
32
BuildSnapshot   ();
-
 
33
BuildAccessPerms();
-
 
34
BuildInterface  ( 'local' );
31
BuildInterface  ( 'local' );
35
BuildInterface  ( 'interface' );
32
BuildInterface  ( 'interface' );
36
 
33
 
37
#..     Build source tree makefile(s)
34
#..     Build source tree makefile(s)
38
#           Use LinkPkgArchive or BuildPkgArchive
35
#           Use LinkPkgArchive or BuildPkgArchive