|
1 | 1 | ;The file must be encoded in UTF-8 BOM |
2 | 2 |
|
3 | | -#pragma include __INCLUDE__ + ";" + SourcePath + "\Includes\" |
| 3 | +#pragma include __INCLUDE__ + ";" + SourcePath + "Includes\" |
4 | 4 |
|
5 | 5 | #define protected |
6 | 6 | #define BuildDir ExtractFileDir(ExtractFileDir(SourcePath)) + "\bin\" |
7 | | -#define IncludesDir SourcePath + "\Includes\" |
8 | | -#define GraphicsDir SourcePath + "\Graphics\" |
| 7 | +#define IncludesDir SourcePath + "Includes\" |
| 8 | +#define GraphicsDir SourcePath + "Graphics\" |
9 | 9 | #define AppName "Rubberduck" |
10 | 10 | #define AddinDLL "Rubberduck.dll" |
11 | 11 | #define Tlb32bit "Rubberduck.x32.tlb" |
|
16 | 16 | #define AppVersion GetFileVersion(BuildDir + "Rubberduck.dll") |
17 | 17 | #define AppPublisher "Rubberduck" |
18 | 18 | #define AppURL "http://rubberduckvba.com" |
19 | | -#define License SourcePath + "\Includes\License.rtf" |
| 19 | +#define License IncludesDir + "License.rtf" |
20 | 20 | #define OutputDirectory SourcePath + "Installers\" |
21 | 21 | #define AddinProgId "Rubberduck.Extension" |
22 | 22 | #define AddinCLSID "8D052AD8-BBD2-4C59-8DEC-F697CA1F8A66" |
|
25 | 25 | #pragma message "Include: " + __INCLUDE__ |
26 | 26 | #pragma message "SourcePath: " + SourcePath |
27 | 27 | #pragma message "BuildDir: " + BuildDir |
| 28 | +#pragma message "GraphicsDir: " + GraphicsDir |
28 | 29 | #pragma message "AppName: " + AppName |
29 | 30 | #pragma message "AddinDLL: " + AddinDLL |
30 | 31 | #pragma message "DllFullPath: " + DllFullPath |
|
0 commit comments