CC_OPTIONS:            " -DWIN32";
LINK_OPTIONS:          "-lm -lcygwin -lkernel32 -luser32 -lgdi32";
EXEC_SUFFIX:           ".exe";
GC_LINK:               "-lgc";

-- The following line is needed for gcc 2.95.2 and cygwin 1.1.4
-- gcc 2.95.2 has a bug in the optimization code causing a segfault in the
-- build-process. in 2.95.3 the bug seems to be fixed but as long as there are 
-- many people using 2.95.2, I'll leave this line here. Just remove the line 
-- yourself if you have gcc 2.95.3 or newer

CC_OPTIMIZE_FLAG:   "","-O";
