Mercurial > hg > qm-vamp-plugins
view build/msvc/build.cmd @ 230:e713abed48e5
Spelling
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 24 May 2019 11:41:51 +0100 |
parents | 9b858df4e8b0 |
children | 9e80b8d7a5c4 |
line wrap: on
line source
@ECHO OFF SET WIXPATH="C:\Program Files (x86)\WiX Toolset v3.11\bin" IF NOT EXIST %WIXPATH% ( SET WIXPATH="C:\Program Files\WiX Toolset v3.11\bin" ) DEL qm-vamp-plugins.msi %WIXPATH%\candle.exe -v qm-vamp-plugins.wxs %WIXPATH%\light.exe -ext WixUIExtension -v qm-vamp-plugins.wixobj PAUSE DEL qm-vamp-plugins.wixobj DEL qm-vamp-plugins.wixpdb