Mercurial > hg > tony
view deploy/win32/build.cmd @ 211:e79f63161b41
Rework key shortcuts after issue #890: merge the octave up/down and candidate up/down functions and make all Tony pitch-editing functions have Ctrl modifier
author | Chris Cannam |
---|---|
date | Thu, 06 Mar 2014 14:31:04 +0000 |
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