On Fri, 28 Nov 2008, Roumen Petrov wrote:
Natively, the Windows CE OS has no concept of environment variable. Hence,
when mingw32ce is used, func_emit_cwrapperexe_src() fails because of
missing getenv() and putenv() (or setenv() also, of course). I don't know
what to do here (removing or not
Vincent Torri wrote:
Hey,
Natively, the Windows CE OS has no concept of environment variable.
Hence, when mingw32ce is used, func_emit_cwrapperexe_src() fails because
of missing getenv() and putenv() (or setenv() also, of course). I don't
know what to do here (removing or not thee calls, as