Subversion Repositories DevTools

Rev

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

Rev 2092 Rev 2094
Line 18... Line 18...
18
Platform( 'CSHARP' );
18
Platform( 'CSHARP' );
19
 
19
 
20
############################################################################
20
############################################################################
21
#   Define the source files
21
#   Define the source files
22
#
22
#
23
Src        ( '*', "AssemblyInfo.cs" );
-
 
24
Src        ( '*', "Main.cs" );
-
 
25
Src        ( '*', "About.cs" );
23
Src        ( '*', "About.cs" );
26
Src        ( '*', "About.resx" );
24
Src        ( '*', "About.resx" );
-
 
25
Src        ( '*', "AssemblyInfo.cs" );
27
Src        ( '*', "createWordDoc.cs" );
26
Src        ( '*', "createWordDoc.cs" );
28
Src        ( '*', "createWordDoc.resx" );
27
Src        ( '*', "createWordDoc.resx" );
29
Src        ( '*', "EA_RelationshipMatrix.cs" );
28
Src        ( '*', "DocReferenceForm.cs" );
30
Src        ( '*', "GUID_Clipboard.cs" );
29
Src        ( '*', "DocReferenceForm.resx" );
31
Src        ( '*', "EA_Finders.cs" );
30
Src        ( '*', "EA_Constants.cs" );
32
Src        ( '*', "EA_DocGenOptions.cs" );
31
Src        ( '*', "EA_DocGenOptions.cs" );
33
Src        ( '*', "EA_Utilities.cs" );
32
Src        ( '*', "EA_DocGenOptionsForm.cs" );
-
 
33
Src        ( '*', "EA_DocGenOptionsForm.resx" );
34
Src        ( '*', "EA_ElementSorter.cs" );
34
Src        ( '*', "EA_ElementSorter.cs" );
-
 
35
Src        ( '*', "EA_Finders.cs" );
-
 
36
Src        ( '*', "EA_RelationshipMatrix.cs" );
-
 
37
Src        ( '*', "EA_Utilities.cs" );
-
 
38
Src        ( '*', "GUID_Clipboard.cs" );
-
 
39
Src        ( '*', "Main.cs" );
-
 
40
Src        ( '*', "StyleContent.cs" );
-
 
41
Src        ( '*', "TabularContent.cs" );
-
 
42
Src        ( '*', "TerminologyForm.cs" );
-
 
43
Src        ( '*', "TerminologyForm.resx" );
-
 
44
Src        ( '*', "TextualContent.cs" );
35
 
45
 
36
SharedLib  ( '*', "EA_DocGen", @CSRCS, "-LInterop.EA", "-LInterop.Word", "-LOffice" );
46
SharedLib  ( '*', "EA_DocGen", @CSRCS, "-LInterop.EA", "-LInterop.Word", "-LOffice" );
37
 
47
 
38
#.............................................................................
48
#.............................................................................
39
# Packaging definitions
49
# Packaging definitions