Subversion Repositories DevTools

Rev

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

Rev 2167 Rev 2169
Line 20... Line 20...
20
 
20
 
21
#..     Product configuration
21
#..     Product configuration
22
#
22
#
23
BuildPlatforms ( 'CSHARP' );
23
BuildPlatforms ( 'CSHARP' );
24
 
24
 
25
BuildName       ( 'EA_ReqPro 2.8.0000 cr', '2.8.0000' );
25
BuildName       ( 'EA_ReqPro 2.8.1000 cr' );
26
 
26
 
27
BuildInterface  ( 'local' );
27
BuildInterface  ( 'local' );
28
BuildInterface  ( 'interface' );
28
BuildInterface  ( 'interface' );
29
 
29
 
30
#
30
#
Line 38... Line 38...
38
LinkPkgArchive ( 'Sparx_Systems_EA_Object_Lib', '2.10.238.1.cots' );
38
LinkPkgArchive ( 'Sparx_Systems_EA_Object_Lib', '2.10.238.1.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   ('', 'array', 'Defs');
43
BuildVersion   ( '--Style=CSharp' );
44
BuildDescpkg   ();
44
BuildDescpkg   ();
45
BuildMake      ();
45
BuildMake      ();
46
 
46