Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created December 2, 2010 08:22
Show Gist options
  • Select an option

  • Save StanAngeloff/724976 to your computer and use it in GitHub Desktop.

Select an option

Save StanAngeloff/724976 to your computer and use it in GitHub Desktop.
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
# 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