|
3 | 3 |
|
4 | 4 | #define MyAppName "SimpleIDE" |
5 | 5 | #define MyDocName "SimpleIDE" |
6 | | -#define MyAppVersion "1-0-51" |
| 6 | +#define MyAppVersion "1-0-53" |
7 | 7 | #define MyAppPublisher "ParallaxInc" |
8 | 8 | #define MyAppURL "parallax.com" |
9 | 9 | #define MyAppExeName "bin\SimpleIDE.exe" |
|
15 | 15 | ; ---- IMPORTANT!!! ---- Set this to your QtPath |
16 | 16 | ; The Qt5 mingw path is the compiler used to build the app. |
17 | 17 | ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
18 | | -#define MyQtPath "C:\Qt\Qt5.4.2\5.4\mingw491_32" |
| 18 | +#define MyQtPath "C:\Qt\Qt5.7.0\5.7\mingw53_32" |
19 | 19 | ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
20 | 20 | ; This path will need to be changed to match the path containing mingw |
21 | 21 | ; It should be the same path used in building the application. |
22 | 22 | ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
23 | | -#define MyQtMingwPath "C:\Qt\Qt5.4.2\5.4\mingw491_32" |
| 23 | +#define MyQtMingwPath "C:\Qt\Qt5.7.0\5.7\mingw53_32" |
24 | 24 | ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
25 | 25 | ; This path contains the propeller gcc build |
26 | 26 | ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
27 | | -;#define MyGccPath "C:\mingw\msys\1.0\opt\parallax" |
28 | 27 | #define MyGccPath "..\..\propeller-gcc" |
29 | 28 | ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
30 | 29 | ; This path must contains the mingw path used for the propeller gcc build |
|
37 | 36 | #define MyAppBin "{app}\bin" |
38 | 37 | #define MyBoardFilter "..\boards.txt" |
39 | 38 | #define MyFont "..\Parallax.ttf" |
40 | | -;#define MyLoaderPath "..\..\proploader\build-proploader-Desktop_Qt_5_4_2_MinGW_32bit2-Release\Release" |
41 | 39 | #define MyLoaderPath "..\..\proploader-msys-build\bin" |
42 | | -;#define MyAppPath "..\build-propside-Qt_4_8_6-Release" |
43 | | -#define MyAppPath "..\build-propside-Desktop_Qt_5_4_2_MinGW_32bit-Release" |
| 40 | +#define MyAppPath "..\build-propside-Desktop_Qt_5_7_0_MinGW_32bit-Release" |
44 | 41 |
|
45 | 42 | [Setup] |
46 | 43 | ; NOTE: The value of AppId uniquely identifies this application. |
@@ -118,9 +115,10 @@ Source: "zlib1.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
118 | 115 | Source: "{#MyLoaderPath}\proploader.exe"; DestDir: "{app}\bin"; Flags: ignoreversion |
119 | 116 |
|
120 | 117 | ; These paths are based on the mingw distribution used in building the application and should match. |
121 | | -Source: "{#MyQtMingwPath}\bin\icuin53.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
122 | | -Source: "{#MyQtMingwPath}\bin\icuuc53.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
123 | | -Source: "{#MyQtMingwPath}\bin\icudt53.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
| 118 | +; icu not needed in 5.3+ and are not included in 5.7 mingwpath. |
| 119 | +;Source: "{#MyQtMingwPath}\bin\icuin53.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
| 120 | +;Source: "{#MyQtMingwPath}\bin\icuuc53.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
| 121 | +;Source: "{#MyQtMingwPath}\bin\icudt53.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
124 | 122 | Source: "{#MyQtMingwPath}\bin\libgcc_s_dw2-1.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
125 | 123 | Source: "{#MyQtMingwPath}\bin\libstdc++-6.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
126 | 124 | Source: "{#MyQtMingwPath}\bin\libwinpthread-1.dll"; DestDir: "{#MyAppBin}"; Flags: ignoreversion |
|
0 commit comments