Created
July 8, 2014 21:52
-
-
Save hanji/50928b7c71d1dcff966c to your computer and use it in GitHub Desktop.
build 64-bit version of gvim using msvc12 toolchain.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ::~msvc12-vim64.bat: build 64-bit version of gvim using msvc12 toolchain. | |
| ::~author: Ji Han | |
| wget ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.168 | |
| patch -p0 < 7.4.168 | |
| nmake -f Make_mvc.mak SDK_INCLUDE_DIR="C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include" MSVCVER=11.0 ^ | |
| CPU=AMD64 GUI=yes OLE=yes IME=yes CSCOPE=yes ^ | |
| WINVER=0x0500 NETBEANS=no DEFINES="-DFEAT_PROPORTIONAL_FONTS" ^ | |
| LUA=Z:\msys\local DYNAMIC_LUA=yes LUA_VER=52 ^ | |
| TCL=C:\Tcl85-x64 DYNAMIC_TCL=yes TCL_VER=85 TCL_VER_LONG=8.5 ^ | |
| PERL=C:\Perl64 DYNAMIC_PERL=yes PERL_VER=516 ^ | |
| PYTHON=C:\python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 ^ | |
| PYTHON3=C:\python34 DYNAMIC_PYTHON3=yes PYTHON3_VER=34 ^ | |
| RUBY=Z:\ruby-2.1.2-x64-mswin64_120 DYNAMIC_RUBY=yes RUBY_VER=210 RUBY_VER_LONG=2.1.0 ^ | |
| RUBY_PLATFORM=x64-mswin64_120 RUBY_INSTALL_NAME=x64-msvcrt-ruby210 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment