comparison deploy/win64/build-and-package.bat @ 2398:c956435cb3e8

This absurdity seems to be how you print a blank line in batch
author Chris Cannam
date Wed, 23 Oct 2019 09:24:21 +0100
parents 32107caa1aaa
children ed0e83474d08
comparison
equal deleted inserted replaced
2397:1a4bd4aa40ec 2398:c956435cb3e8
31 @ echo NOTE: success 31 @ echo NOTE: success
32 ) else ( 32 ) else (
33 @ echo NOTE: sign option not specified, will not codesign anything 33 @ echo NOTE: sign option not specified, will not codesign anything
34 ) 34 )
35 35
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\win32\build-32.bat 41 call .\deploy\win32\build-32.bat