mingw: make simavr compilable with MinGW
authorStephan Veigl <veigl@gmx.net>
Fri, 30 Nov 2012 12:31:54 +0000 (13:31 +0100)
committerStephan Veigl <veigl@gmx.net>
Sun, 2 Dec 2012 12:49:00 +0000 (13:49 +0100)
- patch makefiles to work with MinGW
- compile to run_avr.exe on windows, otherwise run_avr cannot be started from the normal windows command prompt
- add sim_network.h to encapsulate the network functions of different platforms
    (use winsock2 for Windows network functions)
- make network helper functions static
- force open() to use binary mode (on Windows default is text mode)
- do not change stderr on Windows
- exclude simduino example on Windows
- add MinGW README

Signed-off-by: Stephan Veigl <veigl@gmx.net>

No differences found