Mingw Cross compiling
authorUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Mon, 6 Apr 2009 11:59:35 +0000 (13:59 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 6 Apr 2009 12:56:31 +0000 (14:56 +0200)
commit7b5c56249edb3741ea6748c544a7688ff88ca86f
treeeebb966b8fcd37e608d7e96341158687a110b439
parent6686948ce6be5e7e04e6c482fa7aadd2dd032048
Mingw Cross compiling

Hello,

sleep() and usleep(0 are not available on Win32. Provide workarounds and add
some documentation for crosscompiling. It seems, I didn't send on the first
attempt. This is my first patch with git, so if things need another form,
please let me know.

Changelog:

- Make the exampled compile on Win32
- Some help for crosscompiling with Mingw
README.mingw [new file with mode: 0644]
Toolchain-mingw32.cmake [new file with mode: 0644]
examples/bitbang.c
examples/bitbang2.c
examples/bitbang_ft2232.c