From ea4500d8d709ed4aa9587f35b2edc55b5b2c7695 Mon Sep 17 00:00:00 2001 From: Bruce Cran Date: Wed, 4 May 2011 07:54:13 -0600 Subject: Windows fixes - Fix XP support: get pointer to CancelIoEx at runtime. - Fix overlapped IO. - Don't use overlapped IO if direct or synchronous options are set. - Check if write option is set before opening file in read-only mode: fixes 'rw=rw'. Signed-off-by: Jens Axboe --- os/windows/dobuild.cmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'os/windows/dobuild.cmd') diff --git a/os/windows/dobuild.cmd b/os/windows/dobuild.cmd index fa855a2e..95543d75 100755 --- a/os/windows/dobuild.cmd +++ b/os/windows/dobuild.cmd @@ -1,4 +1,4 @@ -"%WIX%\bin\candle" cygwin.wxs -"%WIX%\bin\candle" install.wxs -"%WIX%\bin\candle" examples.wxs -"%WIX%\bin\light" install.wixobj cygwin.wixobj examples.wixobj -ext WixUIExtension -out fio.msi \ No newline at end of file +"%WIX%bin\candle" cygwin.wxs +"%WIX%bin\candle" install.wxs +"%WIX%bin\candle" examples.wxs +"%WIX%bin\light" install.wixobj cygwin.wixobj examples.wixobj -ext WixUIExtension -out fio.msi \ No newline at end of file -- cgit v1.2.3