[Omake] Mingw and OSTYPE

Matthieu Dubuget matthieu.dubuget at gmail.com
Fri Jan 8 04:16:43 PST 2010


Hello,

I'm using mingw flavour of Ocaml.

But Omake was installed with omake*.msi on my computer.

In order for omake to work ok (for example with aaa-batteries),
I have to add the following at the beginning of OMakeroot:

> if $(equal $(OSTYPE), Win32)
>      OSTYPE = Cygwin
>      export

Is there any simple way to avoid modifying OMakeroot files?

Or should I install omake another way?

Salutations

Matt



More information about the Omake mailing list