Mercurial > hg > tony
view deploy/win32/build.cmd @ 207:a3e9ddb7bb8b
OS/X deployment: include plugins in bundle, use qt.conf instead of programmatic means of finding them. Now that the accessibility plugin is found, the toolbars are being rendered correctly
author | Chris Cannam |
---|---|
date | Thu, 06 Mar 2014 12:42:25 +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