Mercurial > hg > sonic-visualiser
comparison deploy/win32/build-32.bat @ 2365:446006ea9099
Versions and paths
author | Chris Cannam |
---|---|
date | Thu, 10 Oct 2019 14:31:11 +0100 |
parents | 9ba15c8260f6 |
children | 32718f05903d |
comparison
equal
deleted
inserted
replaced
2354:ec88bcdc5a5b | 2365:446006ea9099 |
---|---|
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 |
12 set ORIGINALPATH=%PATH% | 12 set ORIGINALPATH=%PATH% |
13 set PATH=%PATH%;C:\Program Files (x86)\SMLNJ\bin;%QTDIR%\bin;C:\Qt\Tools\QtCreator\bin;C:\Qt\Tools\mingw530_32\bin | 13 set PATH=C:\Program Files (x86)\SMLNJ\bin;%QTDIR%\bin;C:\Qt\Tools\QtCreator\bin;C:\Qt\Tools\mingw530_32\bin;%PATH% |
14 | 14 |
15 cd %STARTPWD% | 15 cd %STARTPWD% |
16 | 16 |
17 call .\repoint install | 17 call .\repoint install |
18 if %errorlevel% neq 0 exit /b %errorlevel% | 18 if %errorlevel% neq 0 exit /b %errorlevel% |