2012/11/30 Richard Hipp <d...@sqlite.org>:
> The changes in the cmdline-expansion branch break the build for mingw32.
> Mingw32 does not recognize the -municode option.  We have to continue to
> support Mingw32 - we cannot force everybody to upgrade to mingw64.

Could some fallback option to built-in then? Such that the standard
fossil.exe built by you is done with MinGW-w64. But that others
can build fossil.exe with MinGW, doing the normal mbcs-utf-8
conversion. So, you (and Joe) make the switch, but don't force
it for everyone. Would that be acceptable?

So, if PREFIX = "", then use main() and do mbcs->utf-8 conversion.
for other PREFIX values, use wmain and do unicode->utf-8 conversion.

Regards,
          Jan Nijtmans
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to