Created
August 15, 2017 05:18
-
-
Save mattn/1f9deeb1ab25b888bad494178e901435 to your computer and use it in GitHub Desktop.
This file contains 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
mingw32-make -f Make_ming.mak GUI=no IME=yes MBYTE=yes ICONV=yes ^ | |
PERL=c:/mingw64/mingw64 DYNAMIC_PERL=yes PERL_VER=522 ^ | |
PERLEXE=c:/msys64/mingw64/bin/perl.exe ^ | |
PERLLIB=c:/msys64/mingw64/lib/perl5/core_perl ^ | |
PYTHON=c:/msys64/mingw64 DYNAMIC_PYTHON=yes PYTHON_VER=27 ^ | |
PYTHON_HOME=c:/msys64/mingw64 ^ | |
PYTHONINC=-Ic:/msys64/mingw64/include/python2.7 ^ | |
DYNAMIC_PYTHON_DLL=libpython2.7.dll ^ | |
PYTHON3=c:/msys64/mingw64 DYNAMIC_PYTHON3=yes PYTHON3_VER=36 ^ | |
PYTHON3_HOME=c:/msys64/mingw64/ ^ | |
PYTHON3INC=-Ic:/msys64/mingw64/include/python3.6m ^ | |
DYNAMIC_PYTHON3_DLL=libpython3.6m.dll ^ | |
RUBY=c:/msys64/mingw64 DYNAMIC_RUBY=yes RUBY_VER=24 RUBY_VER_LONG=2.4.0 ^ | |
CHANNEL=yes CSCOPE=yes ARCH=x86-64 STATIC_STDCPLUS=yes TERMINAL=yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment