BinkleyBinkley
Email: <binkley AT SPAMFREE alumni DOT rice DOT edu>
I'm an open-source developer. My blog is all programming, mostly Java. I used to be a project admin and developer for PCGen. My employer is JPMorgan Investment Bank.
If it can't see you, it can't hurt you!
Compiling for Cygwin
Ignore makefile.cyg. Copy makefile.mingw to makefile. Edit and change CC to gcc -mno-cygwin and WRES to windres. That's it: now make. Optionally, change -O2 to -Os in CFLAGS (size does matter).
ToME Wiki