Update Windows build for new threading library
authorBruce Cran <bcran@fusionio.com>
Tue, 28 Jan 2014 19:56:53 +0000 (12:56 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Jan 2014 20:04:40 +0000 (13:04 -0700)
MinGW now uses libwinpthread-1.dll instead of pthreadGC2.dll.
To simplify things, create a static executable so users can run fio
from anywhere without needing to copy the dll.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found