calebsmith / automaton

A cellular automata runner in C with Scheme scripting support
GNU General Public License v2.0
5 stars 3 forks source link

Add make options for mingw32 and mingw64 and create cross-compiling options for win32/64 platforms #7

Open calebsmith opened 10 years ago

calebsmith commented 10 years ago

The likeliest problem in this work will be the POSIX-only nature of the wait() function in backend.c . GLFW supplies a cross-platform wait that might be leveraged for this purpose