Mercurial > hg > sonic-visualiser
comparison deploy/win64/build-and-package.bat @ 2201:3158bb4e2ce9 bqaudiostream
Move build-32 to the arguably more sensible win32 location
author | Chris Cannam |
---|---|
date | Wed, 30 Jan 2019 11:02:34 +0000 |
parents | 3fc52a2fadce |
children | f66d46032782 |
comparison
equal
deleted
inserted
replaced
2200:c3b1e27f6538 | 2201:3158bb4e2ce9 |
---|---|
36 @echo "" | 36 @echo "" |
37 @echo Rebuilding 32-bit | 37 @echo Rebuilding 32-bit |
38 | 38 |
39 cd %STARTPWD% | 39 cd %STARTPWD% |
40 del /q /s build_win32 | 40 del /q /s build_win32 |
41 call .\deploy\win64\build-32.bat | 41 call .\deploy\win32\build-32.bat |
42 if %errorlevel% neq 0 exit /b %errorlevel% | 42 if %errorlevel% neq 0 exit /b %errorlevel% |
43 | 43 |
44 if "%ARG%" == "sign" ( | 44 if "%ARG%" == "sign" ( |
45 @echo Signing 32-bit executables and libraries | 45 @echo Signing 32-bit executables and libraries |
46 signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 build_win32\release\*.exe build_win32\release\*.dll | 46 signtool sign /v /n "%NAME%" /t http://time.certum.pl /fd sha1 build_win32\release\*.exe build_win32\release\*.dll |