rockbox/utils/imxtools/scsitools
Amaury Pouly 456a3fc952 imxtools: various fixes for Windows
Don't use colors since the terminal doesn't support it. Also packing is broken
on MinGW so use #pragma pack when compiling for windows, this is also supported
by MSCV.

Change-Id: I635649d52ed5f2e0af46cb9ca2ec325955b2ddb2
2017-01-07 15:52:33 +01:00
..
Makefile imxtools/scsitools: move stmp scsi api to its own file 2017-01-07 15:52:33 +01:00
misc.c imxtools: various fixes for Windows 2017-01-07 15:52:33 +01:00
misc.h imxtools/scsitools: add support for more commands 2013-01-15 19:42:20 +00:00
README.win32 imxtools/nwztools: fix compilation for windows 2013-01-10 00:51:35 +00:00
scsitool.c imxtools: move firmware read/write to library 2017-01-07 15:52:33 +01:00
stmp_scsi.c imxtools: various fixes for Windows 2017-01-07 15:52:33 +01:00
stmp_scsi.h imxtools: various fixes for Windows 2017-01-07 15:52:33 +01:00

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