Subversion Repositories DevTools

Rev

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

Rev 2175 Rev 2177
Line 18... Line 18...
18
#..     Toolset configuration
18
#..     Toolset configuration
19
#
19
#
20
 
20
 
21
#..     Product configuration
21
#..     Product configuration
22
#
22
#
23
BuildPlatforms ( 'CSHARP' );
23
BuildPlatforms ( 'CSHARP2005' );
24
 
24
 
25
BuildName       ( 'EA_ReqPro 2.8.4000 cr' );
25
BuildName       ( 'EA_ReqPro 2.8.5000 cr' );
26
 
26
 
27
BuildInterface  ( 'local' );
27
BuildInterface  ( 'local' );
28
BuildInterface  ( 'interface' );
28
BuildInterface  ( 'interface' );
29
 
29
 
30
#
30
#
Line 33... Line 33...
33
BuildSubDir    ( 'EA_ReqPro' );
33
BuildSubDir    ( 'EA_ReqPro' );
34
 
34
 
35
#
35
#
36
# Specify dependencies
36
# Specify dependencies
37
#
37
#
38
LinkPkgArchive ( 'Sparx_Systems_EA_Object_Lib', '2.10.238.1.cots' );
38
LinkPkgArchive ( 'Sparx_Systems_EA_Object_Lib', '2.10.238.2.cots' );
39
LinkPkgArchive ( 'ReqPro_Extensibility_Interface', '1.8.0.cots' );
39
LinkPkgArchive ( 'ReqPro_Extensibility_Interface', '1.8.0.cots' );
40
 
40
 
41
#
41
#
42
#   Generate Files
42
#   Generate Files
43
BuildVersion   ( '--Style=CSharp' );
43
BuildVersion   ( '--Style=CSharp' );