# HG changeset patch # User Meredith Howard # Date 1465166370 14400 # Node ID 8b1e01d4903d327cd8e7722667f35a9485ae2010 # Parent ac7f662c1db54f0673950d396974857e836fb33a add notes for w64 gvim diff --git a/.vim/windows-vimfiles.sh b/.vim/windows-vimfiles.sh --- a/.vim/windows-vimfiles.sh +++ b/.vim/windows-vimfiles.sh @@ -23,4 +23,7 @@ cp -vuRL -t ${USERPROFILE}/vimfiles .vim # $ pact install mingw-gcc-core # $ make -f make_mingw32.mak CC=i686-pc-mingw32-gcc +# for w64 gvim: +# $ pact install mingw64-x86_64-gcc-core +# $ make -f make_mingw64.mak CC=x86_64-w64-mingw32-gcc