c02bc1afd2
On some OSes like Windows or if running in a virtual machine, the one second timeout might be too short. Change-Id: I717f7a2aaed1cb3d40e8fbe6f9b1081b43ceea95 |
||
---|---|---|
.. | ||
Makefile | ||
misc.c | ||
misc.h | ||
README.win32 | ||
scsitool.c | ||
stmp_scsi.h |
This tool can be compiled under Windows with MinGW and the Windows port of sg3_util. Everything runs unmodified with MSYS except perhaps for - the library in which case you might have to change the LDFLAGS in Makefile to: LDFLAGS=/usr/local/lib/libsgutils2.a - the include directory in which case you might have to change the DEFINES in Makefile to: DEFINES=-I/usr/local/include