rockbox/utils/imxtools/scsitools
Amaury Pouly b9923df170 imxtools/nwztools: fix compilation for windows
There is a windows port of the sg_utils library for scsi pass-
through. This little changes make it compile under mingw. A better
fix would be to implement direct ioctl on both windows and linux
but that's already better than nothing

Change-Id: I0d77cd1bad69806a66f0590362f165f24fa240e9
2013-01-10 00:51:35 +00:00
..
Makefile
misc.c
misc.h imxtools: introduce the new scsitool 2012-12-11 20:20:49 +01:00
README.win32 imxtools/nwztools: fix compilation for windows 2013-01-10 00:51:35 +00:00
scsitool.c imxtools/nwztools: fix compilation for windows 2013-01-10 00:51:35 +00:00
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