comparison deploy/win64/build-32.bat @ 1848:5c39e3d2ab5c plugin-path-config

Merge from default branch
author Chris Cannam
date Thu, 07 Jun 2018 14:16:16 +0100
parents 69b7ee11e9ab c355781e9883
children df146330bc34
comparison
equal deleted inserted replaced
1845:69b7ee11e9ab 1848:5c39e3d2ab5c
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