456a3fc952
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 |
||
---|---|---|
.. | ||
Makefile | ||
misc.c | ||
misc.h | ||
README.win32 | ||
scsitool.c | ||
stmp_scsi.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