diff options
author | Bruce Cran <BCran@fusionio.com> | 2011-05-04 07:54:13 -0600 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-05-04 07:54:13 -0600 |
commit | ea4500d8d709ed4aa9587f35b2edc55b5b2c7695 (patch) | |
tree | 71a9bc2768bbc8611b0452e9e666c35311bd287d /os/windows/dobuild.cmd | |
parent | ac18ea38de2a23018f9f953c3028d519df3a1177 (diff) | |
download | fio-ea4500d8d709ed4aa9587f35b2edc55b5b2c7695.tar.gz fio-ea4500d8d709ed4aa9587f35b2edc55b5b2c7695.tar.bz2 |
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 <jaxboe@fusionio.com>
Diffstat (limited to 'os/windows/dobuild.cmd')
-rwxr-xr-x | os/windows/dobuild.cmd | 8 |
1 files changed, 4 insertions, 4 deletions
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 |