Subversion Repositories DevTools

Rev

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

Rev 2104 Rev 2126
Line 21... Line 21...
21
#   Define the source files
21
#   Define the source files
22
#
22
#
23
Src        ( '*', "About.cs" );
23
Src        ( '*', "About.cs" );
24
Src        ( '*', "About.resx" );
24
Src        ( '*', "About.resx" );
25
Src        ( '*', "AssemblyInfo.cs" );
25
Src        ( '*', "AssemblyInfo.cs" );
-
 
26
Src        ( '*', "AssemblyVersionInfo.cs" );
26
Src        ( '*', "createWordDoc.cs" );
27
Src        ( '*', "createWordDoc.cs" );
27
Src        ( '*', "createWordDoc.resx" );
28
Src        ( '*', "createWordDoc.resx" );
28
Src        ( '*', "DocReferenceForm.cs" );
29
Src        ( '*', "DocReferenceForm.cs" );
29
Src        ( '*', "DocReferenceForm.resx" );
30
Src        ( '*', "DocReferenceForm.resx" );
30
Src        ( '*', "DocSectionTracking.cs" );
31
Src        ( '*', "DocSectionTracking.cs" );
Line 37... Line 38...
37
Src        ( '*', "EA_Finders.cs" );
38
Src        ( '*', "EA_Finders.cs" );
38
Src        ( '*', "EA_RelationshipMatrix.cs" );
39
Src        ( '*', "EA_RelationshipMatrix.cs" );
39
Src        ( '*', "RelationshipMatrixType.cs" );
40
Src        ( '*', "RelationshipMatrixType.cs" );
40
Src        ( '*', "RelationshipMatrixType.resx" );
41
Src        ( '*', "RelationshipMatrixType.resx" );
41
Src        ( '*', "EA_Utilities.cs" );
42
Src        ( '*', "EA_Utilities.cs" );
-
 
43
Src        ( '*', "FormatTagHelp.cs" );
-
 
44
Src        ( '*', "FormatTagHelp.resx" );
42
Src        ( '*', "GUID_Clipboard.cs" );
45
Src        ( '*', "GUID_Clipboard.cs" );
43
Src        ( '*', "Main.cs" );
46
Src        ( '*', "Main.cs" );
44
Src        ( '*', "Sorters.cs" );
47
Src        ( '*', "Sorters.cs" );
45
Src        ( '*', "StyleContent.cs" );
48
Src        ( '*', "StyleContent.cs" );
46
Src        ( '*', "TabularContent.cs" );
49
Src        ( '*', "TabularContent.cs" );
47
Src        ( '*', "TerminologyForm.cs" );
50
Src        ( '*', "TerminologyForm.cs" );
48
Src        ( '*', "TerminologyForm.resx" );
51
Src        ( '*', "TerminologyForm.resx" );
49
Src        ( '*', "TextualContent.cs" );
52
Src        ( '*', "TextualContent.cs" );
-
 
53
Src        ( '*', "TextParser.cs" );
50
 
54
 
51
SharedLib  ( '*', "EA_DocGen", @CSRCS, "-LInterop.EA", "-LInterop.Word", "-LOffice" );
55
SharedLib  ( '*', "EA_DocGen", @CSRCS, "-LInterop.EA", "-LInterop.Word", "-LOffice" );
52
 
56
 
53
#.............................................................................
57
#.............................................................................
54
# Packaging definitions
58
# Packaging definitions