avrdude/windows
Joerg Wunsch 8ffc939aff Cleanup Cygwin builds.
* windows/Makefile.am (loaddrv_LDFLAGS): remove, the -mno-cygwin
flag is supposed to be set in CFLAGS by ./configure
* configure.ac: add a check for the presence of usleep(), add a
check whether the linker accepts -static
* avrdude.h: protect prototype for usleep by !defined(HAVE_USLEEP)
* ppwin.c (usleep): protect by !defined(HAVE_USLEEP)
* main.c: silence "array subscript of type char" compiler warnings
by casting all arguments to tolower()/toupper() and isspace()/
isdigit()/ispunct() to "int"
* butterfly.c: (Dito.)
* avr910.c: (Dito.)




git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@936 81a1dc3b-b13d-400b-aceb-764788c761c2
2010-01-22 16:40:17 +00:00
..
.cvsignore Make CVS ignore all generated files. 2006-08-23 15:00:11 +00:00
Makefile.am Cleanup Cygwin builds. 2010-01-22 16:40:17 +00:00
giveio.c Add giveio device driver source. Requires MS DDK to build. 2003-02-24 17:56:42 +00:00
giveio.sys Add giveio device driver binary. 2003-02-24 17:49:02 +00:00
install_giveio.bat Add Windows specific files. 2003-02-24 17:42:12 +00:00
loaddrv.c Add Windows specific files. 2003-02-24 17:42:12 +00:00
loaddrv.h Add Windows specific files. 2003-02-24 17:42:12 +00:00
remove_giveio.bat Add Windows specific files. 2003-02-24 17:42:12 +00:00
status_giveio.bat Add Windows specific files. 2003-02-24 17:42:12 +00:00