Mercurial > hg > tony
view deploy/win32/build.cmd @ 300:38a5663f773f
Rework menu entries & shortcuts: left/right now move the playhead a fixed amount, ctrl+left/right still move it note-by-note, and now alt+left/right scroll without moving playhead
author | Chris Cannam |
---|---|
date | Thu, 12 Jun 2014 14:24:48 +0100 |
parents | c6603f0ddde5 |
children | 7777fa612a16 |
line wrap: on
line source
@ECHO OFF SET WIXPATH="C:\Program Files (x86)\WiX Toolset v3.7\bin" IF NOT EXIST %WIXPATH% ( SET WIXPATH="C:\Program Files\WiX Toolset v3.7\bin" ) DEL tony.msi %WIXPATH%\candle.exe -v tony.wxs %WIXPATH%\light.exe -b ..\.. -ext WixUIExtension -v tony.wixobj PAUSE DEL tony.wixobj DEL tony.wixpdb