diff options
author | Bruce Cran <bruce@cran.org.uk> | 2011-01-02 20:14:54 +0100 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-01-02 20:14:54 +0100 |
commit | 03e20d687566753b90383571e5e152c5142bdffd (patch) | |
tree | 062419c9a907354a95fe53e88b6ca3a143689d7e /os/windows/dobuild.cmd | |
parent | 2d7760d1dbbc742a0699b959ffcd8742b9db9e2c (diff) | |
download | fio-03e20d687566753b90383571e5e152c5142bdffd.tar.gz fio-03e20d687566753b90383571e5e152c5142bdffd.tar.bz2 |
First snapshot of FIO for Windows
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'os/windows/dobuild.cmd')
-rwxr-xr-x | os/windows/dobuild.cmd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/windows/dobuild.cmd b/os/windows/dobuild.cmd new file mode 100755 index 00000000..05f85af2 --- /dev/null +++ b/os/windows/dobuild.cmd @@ -0,0 +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-1.44.msi
\ No newline at end of file |