add notes for w64 gvim

Sun, 05 Jun 2016 18:39:30 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 05 Jun 2016 18:39:30 -0400
changeset 332
8b1e01d4903d
parent 331
ac7f662c1db5
child 333
62d107d00441

add notes for w64 gvim

.vim/windows-vimfiles.sh file | annotate | diff | comparison | revisions
--- 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
 

mercurial