Mercurial > hg > sonic-visualiser
comparison deploy/win64/build-32.bat @ 1844:2b09b4dce8c4 plugin-path-config
Explicit mkspecs
author | Chris Cannam |
---|---|
date | Thu, 07 Jun 2018 11:12:07 +0100 |
parents | fdcd956b5d32 |
children | 69b7ee11e9ab |
comparison
equal
deleted
inserted
replaced
1843:d84ccd790047 | 1844:2b09b4dce8c4 |
---|---|
21 if %errorlevel% neq 0 exit /b %errorlevel% | 21 if %errorlevel% neq 0 exit /b %errorlevel% |
22 | 22 |
23 mkdir build_win32 | 23 mkdir build_win32 |
24 cd build_win32 | 24 cd build_win32 |
25 | 25 |
26 qmake -r ..\sonic-visualiser.pro | 26 qmake -spec win32-g++ -r ..\sonic-visualiser.pro |
27 if %errorlevel% neq 0 exit /b %errorlevel% | 27 if %errorlevel% neq 0 exit /b %errorlevel% |
28 | 28 |
29 jom | 29 jom |
30 if %errorlevel% neq 0 exit /b %errorlevel% | 30 if %errorlevel% neq 0 exit /b %errorlevel% |
31 | 31 |