Lines Matching refs:yes
72 nmake -f Make_mvc.mak GUI=yes GUI Microsoft Visual C++
73 nmake -f Make_mvc.mak OLE=yes OLE Microsoft Visual C++
80 For compiling gVim with IME support on far-east Windows, add IME=yes
348 make -f Make_ming.mak GUI=no DEBUG=yes
466 3) in 'Make_cyg_ming.mak', set 'CROSS' to 'yes' instead of 'no'.
483 DYNAMIC_PYTHON: Whether dynamic linking is used. Usually, set to yes.
489 PYTHON=C:\Python27 DYNAMIC_PYTHON=yes PYTHON_VER=27
494 PYTHON=C:/Python27 DYNAMIC_PYTHON=yes PYTHON_VER=27
501 DYNAMIC_PYTHON=yes
504 STATIC_STDCPLUS=yes
507 (STATIC_STDCPLUS is optional. Set to yes if you don't want to require
544 DYNAMIC_PYTHON3: Whether dynamic linking is used. Usually, set to yes.
550 PYTHON3=C:\Python36 DYNAMIC_PYTHON3=yes PYTHON3_VER=36
555 PYTHON3=C:/Python36 DYNAMIC_PYTHON3=yes PYTHON3_VER=36
562 DYNAMIC_PYTHON3=yes
565 STATIC_STDCPLUS=yes
568 (STATIC_STDCPLUS is optional. Set to yes if you don't want to require
591 DYNAMIC_MZSCHEME: Whether dynamic linking is used. Usually, set to yes.
614 MZSCHEME="C:\Program Files (x86)\Racket" DYNAMIC_MZSCHEME=yes
620 MZSCHEME='C:/Program\ Files\ (x86)/Racket' DYNAMIC_MZSCHEME=yes
636 [MZSCHEME_VER=<MzScheme-version>] [DYNAMIC_MZSCHEME=<yes or no>]
639 If DYNAMIC_MZSCHEME=yes, resulting executable will not depend on MzScheme
697 DYNAMIC_LUA: Whether dynamic linking is used. Set to yes.
703 LUA=C:\projects\lua53 DYNAMIC_LUA=yes LUA_VER=53
708 LUA=C:/projects/lua53 DYNAMIC_LUA=yes LUA_VER=53
714 LUA=/cygdrive/c/projects/lua53 DYNAMIC_LUA=yes LUA_VER=53
729 DYNAMIC_PERL: Whether dynamic linking is used. Usually, set to yes.
735 PERL=C:\Perl DYNAMIC_PERL=yes PERL_VER=522
740 PERL=C:/Perl DYNAMIC_PERL=yes PERL_VER=522
760 DYNAMIC_RUBY: Whether dynamic linking is used. Usually, set to yes.
825 RUBY=C:\Ruby24 DYNAMIC_RUBY=yes RUBY_VER=24 RUBY_API_VER_LONG=2.4.0
842 RUBY=C:/Ruby24 DYNAMIC_RUBY=yes RUBY_VER=24 RUBY_API_VER_LONG=2.4.0
870 DYNAMIC_TCL: Whether dynamic linking is used. Usually, set to yes.
882 TCL=C:\Tcl86 DYNAMIC_TCL=yes TCL_VER=86 TCL_VER_LONG=8.6
887 TCL=C:/Tcl86 DYNAMIC_TCL=yes TCL_VER=86 TCL_VER_LONG=8.6
896 This also requires MBYTE=yes which is enabled by default.
901 You just need to specify DIRECTX=yes:
903 nmake -f Make_mvc.mak DIRECTX=yes
910 nmake -f Make_mvc.mak DIRECTX=yes
915 nmake -f Make_mvc.mak DIRECTX=yes COLOR_EMOJI=no
919 Just set DIRECTX to yes:
921 mingw32-make -f Make_ming.mak DIRECTX=yes