Changes for compiling with mingw32
authorDave Murphy <davem@devkitpro.org>
Sat, 28 Apr 2012 21:55:23 +0000 (22:55 +0100)
committerDave Murphy <davem@devkitpro.org>
Sat, 28 Apr 2012 21:55:23 +0000 (22:55 +0100)
commit691e9af28da2e1178353a5c016c478e508a04f19
treebb7f6e13aa157072e9cbe6fbb0f58f98ea33a368
parent087a3596c3f22599867411fafb79fdfb3f48097c
Changes for compiling with mingw32

add mmap & pread functions when compiling for systems that don't provide them
don't use libtoolize, stick with static libraries
Makefile.am
autogen.sh
configure.ac
src/mmap.c [new file with mode: 0644]
src/mmap.h [new file with mode: 0644]
src/pread.c [new file with mode: 0644]
src/stlink-common.c
src/stlink-sg.c
src/stlink-usb.c