Subversion Repositories DevTools

Rev

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

Rev 2303 Rev 2305
Line 17... Line 17...
17
 
17
 
18
#..     Product configuration
18
#..     Product configuration
19
#
19
#
20
BuildPlatforms ( 'BORLAND', '--OnlyProd' );
20
BuildPlatforms ( 'BORLAND', '--OnlyProd' );
21
 
21
 
22
BuildName       ( 'TxnTestManager 2.7.3017 sls' );
22
BuildName       ( 'TxnTestManager 2.7.3018 sls' );
23
 
23
 
24
BuildInterface  ( 'interface' );
24
BuildInterface  ( 'interface' );
25
 
25
 
26
#..     External Packages
26
#..     External Packages
27
#           Use BuildPkgArchive to populate the "interface" directory
27
#           Use BuildPkgArchive to populate the "interface" directory
28
#           This is then used directly in the borland project file
28
#           This is then used directly in the borland project file
29
#
29
#
30
 
30
 
31
BuildPkgArchive ( 'InfraBase', '25.2.3004.cr' );
31
BuildPkgArchive ( 'InfraBase', '25.2.3004.cr' );
32
BuildPkgArchive ( 'SecurityWrapper', '25.3.1067.cr' );
32
BuildPkgArchive ( 'SecurityWrapper', '25.3.1068.cr' );
33
BuildPkgArchive ( 'TMSSoftware', '3.5.0000.cots' );
33
BuildPkgArchive ( 'TMSSoftware', '3.5.0000.cots' );
34
BuildPkgArchive ( 'TopGrid', '2.20.0000.cots' );
34
BuildPkgArchive ( 'TopGrid', '2.20.0000.cots' );
35
BuildPkgArchive ( 'XmlSchemaWrapperInterface', '1.2.1.cr' );
35
BuildPkgArchive ( 'XmlSchemaWrapperInterface', '1.2.1.cr' );
36
BuildPkgArchive ( 'XMLSchema_Interfaces', '15.13.0026.cr' );
36
BuildPkgArchive ( 'XMLSchema_Interfaces', '15.13.0026.cr' );
37
 
37