I was able to build window vim using mingw cross-compiled under debian. But I found it failed to link for TINY build, the reason is inside os_mswin.c, enc_to_utf8 and acp_to_enc routines are nested inside feature clipboard, but moving these feat_mbyte out of clipboard's #IF block. It can build successfully.
Another note, I found the size of vim.exe for normal built from mingw is 2M which is nearly double of that in vim binary distribution. Perhaps msvc still gets some merits. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
