From: Eric B. <er...@go...> - 2007-11-01 15:52:25
|
Bernd Schoeller wrote: > - Can we add __MINGW32__ to the ge_eiffel.h headerfile to point at the > windows architecture (and then to the pregenerated files) ? I have just > tried to compile GOBO under Windows using MinGW and everything seemed to > work fine except for this detail: > > #if !defined(WIN32) && \ > (defined(WINVER) || defined(_WIN32_WINNT) || defined(_WIN32) || \ > defined(__WIN32__) || defined(__TOS_WIN__) || defined(_MSC_VER)) > || \ > defined(__MINGW32__) Done. Do you have a config file for MinGW that I could add to $GOBO/tool/gec/config/c? -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |