Subversion Repositories DevTools

Rev

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

Rev 1660 Rev 1662
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 1.1.0000 tim', '1.1.0000' );
25
BuildName       ( 'LinuxCentricProduct 1.0.3006 tim' );
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.0000.tim');
34
LinkPkgArchive ( 'AdvisoryDependency', '1.0.1000.tim');
35
LinkPkgArchive ( 'CommonDependency', '4.1.1000.tim');
35
LinkPkgArchive ( 'CommonDependency', '5.0.0000.tim');
36
 
36
 
37
#   Specify subdirectories to process
37
#   Specify subdirectories to process
38
#
38
#
39
BuildSubDir    ( 'src' );
39
BuildSubDir    ( 'src' );
40
 
40