comparison deploy/win64/build-32.bat @ 1847:c355781e9883

OK, does this work with mingw32-make? Very annoyed by these little quoting-related differences in qmake output between AppVeyor's VM and localhost
author Chris Cannam
date Thu, 07 Jun 2018 13:18:04 +0100
parents 8c3fa4e61847
children 5c39e3d2ab5c
comparison
equal deleted inserted replaced
1846:8c3fa4e61847 1847:c355781e9883
24 cd build_win32 24 cd build_win32
25 25
26 qmake -spec win32-g++ -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 mingw32-make
30 if %errorlevel% neq 0 exit /b %errorlevel% 30 if %errorlevel% neq 0 exit /b %errorlevel%
31 31
32 copy .\checker\release\vamp-plugin-load-checker.exe .\release 32 copy .\checker\release\vamp-plugin-load-checker.exe .\release
33 33
34 copy %QTDIR%\bin\Qt5Core.dll .\release 34 copy %QTDIR%\bin\Qt5Core.dll .\release