Subversion Repositories DevTools

Rev

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

Rev 2124 Rev 2126
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_DocGen 1.14.0000 cr', '1.14.0000' );
25
BuildName       ( 'EA_DocGen 1.15.0000 cr' );
26
 
26
 
27
BuildInterface  ( 'local' );
27
BuildInterface  ( 'local' );
28
BuildInterface  ( 'interface' );
28
BuildInterface  ( 'interface' );
29
 
29
 
30
#
30
#
Line 39... Line 39...
39
LinkPkgArchive ( 'MS_Word_11_0_Object_Lib', '8.3.cots' );
39
LinkPkgArchive ( 'MS_Word_11_0_Object_Lib', '8.3.cots' );
40
LinkPkgArchive ( 'Sparx_Systems_EA_Object_Lib', '2.10.238.1.cots' );
40
LinkPkgArchive ( 'Sparx_Systems_EA_Object_Lib', '2.10.238.1.cots' );
41
 
41
 
42
#
42
#
43
#   Generate Files
43
#   Generate Files
44
BuildVersion   ('', 'array', 'Defs');
44
BuildVersion   ( '--Style=CSharp' );
45
BuildDescpkg   ();
45
BuildDescpkg   ();
46
BuildMake      ();
46
BuildMake      ();
47
 
47