Subversion Repositories DevTools

Rev

Rev 1676 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1676 Rev 1678
Line 20... Line 20...
20
BuildPlatforms ('SOLARIS');
20
BuildPlatforms ('SOLARIS');
21
BuildPlatforms ('LINUX_EMU');
21
BuildPlatforms ('LINUX_EMU');
22
BuildPlatforms ('WIN32');
22
BuildPlatforms ('WIN32');
23
 
23
 
24
 
24
 
25
BuildName       ( 'LinuxCentricProduct', '2.2.3000', 'tool', '--RelaxedVersion' );
25
BuildName       ( 'LinuxCentricProduct', '2.2.4000', 'tool', '--RelaxedVersion' );
26
BuildSnapshot   ();
26
BuildSnapshot   ();
27
BuildAccessPerms();
27
BuildAccessPerms();
28
BuildInterface  ( 'local' );
28
BuildInterface  ( 'local' );
29
BuildInterface  ( 'interface' );
29
BuildInterface  ( 'interface' );
30
 
30
 
31
#..     Build source tree makefile(s)
31
#..     Build source tree makefile(s)
32
#       LinkPkgArchive or BuildPkgArchive
32
#       LinkPkgArchive or BuildPkgArchive
33
#
33
#
34
LinkPkgArchive ( 'AdvisoryDependency', '1.0.1002.tool');
34
LinkPkgArchive ( 'AdvisoryDependency', '1.0.1002.tool');
35
LinkPkgArchive ( 'CommonDependency', '1.0.0002.tool');
35
LinkPkgArchive ( 'CommonDependency', '1.0.1000.tool');
36
 
36
 
37
#   Specify subdirectories to process
37
#   Specify subdirectories to process
38
#
38
#
39
BuildSubDir    ( 'src' );
39
BuildSubDir    ( 'src' );
40
 
40