Mercurial > hg > tony
comparison deploy/win32/build-32.bat @ 553:a16b6cd943ec
Merge
author | Chris Cannam |
---|---|
date | Sat, 16 Feb 2019 16:32:45 +0000 |
parents | 4328b9fd40a5 |
children | 2d7290b001f2 |
comparison
equal
deleted
inserted
replaced
552:bfa8f9d5c7fe | 553:a16b6cd943ec |
---|---|
1 rem Run this from within the top-level Tony dir: deploy\win32\build-32.bat | 1 rem Run this from within the top-level Tony dir: deploy\win32\build-32.bat |
2 rem To build from clean, delete the folder build_win32 | 2 rem To build from clean, delete the folder build_win32 |
3 | 3 |
4 set STARTPWD=%CD% | 4 set STARTPWD=%CD% |
5 | 5 |
6 set QTDIR=C:\Qt\5.11.2\mingw53_32 | 6 set QTDIR=C:\Qt\5.11.3\mingw53_32 |
7 if not exist %QTDIR% ( | 7 if not exist %QTDIR% ( |
8 @ echo Could not find 32-bit Qt | 8 @ echo Could not find 32-bit Qt |
9 @ exit /b 2 | 9 @ exit /b 2 |
10 ) | 10 ) |
11 | 11 |