From: Bruce Cran Date: Tue, 23 Apr 2013 14:42:40 +0000 (-0600) Subject: Really suppress ICE61 when building the Windows installer. X-Git-Tag: fio-2.1~19 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c5d72b39b137e99a137f52aebc7debc15e671608 Really suppress ICE61 when building the Windows installer. Signed-off-by: Jens Axboe --- diff --git a/os/windows/dobuild.cmd b/os/windows/dobuild.cmd index 166578ac..fd54a9c6 100644 --- a/os/windows/dobuild.cmd +++ b/os/windows/dobuild.cmd @@ -20,5 +20,5 @@ if not defined FIO_ARCH ( @if ERRORLEVEL 1 goto end "%WIX%bin\candle" -nologo -arch %FIO_ARCH% examples.wxs @if ERRORLEVEL 1 goto end -"%WIX%bin\light" -nologo -sice:61 install.wixobj examples.wixobj -ext WixUIExtension -out %FIO_VERSION%-%FIO_ARCH%.msi -:end \ No newline at end of file +"%WIX%bin\light" -nologo -sice:ICE61 install.wixobj examples.wixobj -ext WixUIExtension -out %FIO_VERSION%-%FIO_ARCH%.msi +:end