Subversion Repositories DevTools

Rev

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

Rev 2134 Rev 2136
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_DocGen 1.15.4000 cr' );
25
BuildName       ( 'EA_DocGen 1.15.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_DocGen' );
33
BuildSubDir    ( 'EA_DocGen' );
34
 
34
 
35
#
35
#
36
# Specify dependencies
36
# Specify dependencies
37
#
37
#
38
LinkPkgArchive ( 'MS_Office_Assembly', '7.0.3300.0.cots' );
38
LinkPkgArchive ( 'MS_Office_Assembly', '12.0.4518.1014.cots' );
39
LinkPkgArchive ( 'MS_Word_11_0_Object_Lib', '8.3.cots' );
39
LinkPkgArchive ( 'MS_Office_Word_Assembly', '12.0.4518.1014.cots' );
40
LinkPkgArchive ( 'Sparx_Systems_EA_Object_Lib', '2.10.238.1.cots' );
40
LinkPkgArchive ( 'Sparx_Systems_EA_Object_Lib', '2.10.238.2.cots' );
41
 
41
 
42
#
42
#
43
#   Generate Files
43
#   Generate Files
44
BuildVersion   ( '--Style=CSharp' );
44
BuildVersion   ( '--Style=CSharp' );
45
BuildDescpkg   ();
45
BuildDescpkg   ();