Created
December 2, 2010 08:22
-
-
Save StanAngeloff/724976 to your computer and use it in GitHub Desktop.
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
| make -B -f Make_cyg.mak GUI=yes PYTHON=c:/bin/tools/python/2.7 PYTHON_VER=27 RUBY=c:/bin/tools/ruby/1.8.7 RUBY_VER=18 RUBY_VER_LONG=1.8 RUBY_PLATFORM=i386-mingw32 OLE=yes ARCH=i386 FEATURES=HUGE NETBEANS=no gvim.exe |
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
| # vim Make_ming.mak and update PYTHON= RUBY= | |
| set PATH=C:\bin\tools\mingw\bin | |
| mingw32-make -d -f Make_ming.mak GUI=yes PYTHON=c:/bin/tools/python/2.7 PYTHON_VER=27 RUBY=c:/bin/tools/ruby/1.8.7 RUBY_VER=18 RUBY_VER_LONG=1.8 OLE=yes FEATURES=HUGE NETBEANS=no gvim.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment