diff deploy/clean-build-and-package.bat @ 113:732a4bf233df

Fixes for static Windows build. In particular, plugins (which are not static) need to be built with "dll" target instead of "plugin" target
author Chris Cannam
date Fri, 06 Mar 2020 12:11:00 +0000
parents 12bf881f9f9f
children 31435b4d9833
line wrap: on
line diff
--- a/deploy/clean-build-and-package.bat	Fri Mar 06 11:47:15 2020 +0000
+++ b/deploy/clean-build-and-package.bat	Fri Mar 06 12:11:00 2020 +0000
@@ -13,6 +13,7 @@
 @if "%YN%" neq "y" exit /b 3
 
 @echo Proceeding
+del /q /s out
 del /q /s build_win64
 call .\deploy\win64\build-64.bat sign
 if %errorlevel% neq 0 exit /b %errorlevel%