Subversion Repositories DevTools

Rev

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

Rev 2098 Rev 2100
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.6.0 cr' );
25
BuildName       ( 'EA_DocGen 1.7.0 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_11_0_Object_Lib', '2.3.cots' );
38
LinkPkgArchive ( 'MS_Office_Assembly', '7.0.3300.0.cots' );
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