Hi Cesar, 2013/12/5 Thu 23:52:36 UTC+9 Cesar wrote: > I don't use MinGW, which is installed with Cygwin. I use the standalone > MinGW from http://www.mingw.org and MinGW-w64 from > http://mingw-w64.sourceforge.net/
Do you mean that you use Make_cyg.mak with the standalone MinGW? Make_cyg.mak is a makefile for MinGW which is installed with Cygwin. If you use the standalne MinGW, you should use Make_ming.mak. (I don't know if you want to execute the standalone MinGW from Cygwin.) BTW, Make_cyg.mak and Make_ming.mak do almost same thing, so I want to merge them into one. Merging them might reduce the maintenance cost. This is a trial patch (Maybe more refinement is needed): https://bitbucket.org/k_takata/vim-ktakata-mq/src/tip/merge-Make_cyg-into-Make_ming.patch Regards, Ken Takata -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
