Lines Matching refs:or

4 #  Targets: Dos16 or Win32 (Windows NT and Windows 95) (with/without GUI)
37 # GUI no or yes: set to yes if you want the GUI version (yes)
40 # DYNAMIC_LUA no or yes: set to yes to load the Lua DLL dynamically (no)
43 # DYNAMIC_PERL no or yes: set to yes to load the Perl DLL dynamically (no)
46 # DYNAMIC_PYTHON no or yes: use yes to load the Python DLL dynamically (no)
49 # DYNAMIC_PYTHON3 no or yes: use yes to load the Python3 DLL dynamically (no)
52 # DYNAMIC_TCL no or yes: use yes to load the TCL DLL dynamically (no)
61 # DYNAMIC_RUBY no or yes: use yes to load the Ruby DLL dynamically (no)
62 # MBYTE no or yes: set to yes for multi-byte support (yes)
66 # IME no or yes: set to yes for multi-byte IME support (yes)
67 # DYNAMIC_IME no or yes: set to yes to load imm32.dll dynamically (yes)
68 # GETTEXT no or yes: set to yes for multi-language support (yes)
69 # ICONV no or yes: set to yes for dynamic iconv support (yes)
70 # OLE no or yes: set to yes to make OLE gvim (no)
71 # OSTYPE DOS16 or WIN32 (WIN32)
72 # DEBUG no or yes: set to yes if you wish a DEBUGging build (no)
73 # CODEGUARD no or yes: set to yes if you want to use CODEGUARD (no)
76 # USEDLL no or yes: set to yes to use the Runtime library DLL (no)
78 # VIMDLL no or yes: create vim32.dll, and stub (g)vim.exe (no)
79 # ALIGN 1, 2 or 4: Alignment to use (4 for Win32, 2 for DOS16)
80 # FASTCALL no or yes: set to yes to use register-based function protocol (yes)
81 # OPTIMIZE SPACE, SPEED, or MAXSPEED: type of optimization (MAXSPEED)
82 # POSTSCRIPT no or yes: set to yes for PostScript printing
83 # FEATURES TINY, SMALL, NORMAL, BIG or HUGE
85 # WINVER 0x0400 or 0x0500: minimum Win32 version to support (0x0400)
86 # CSCOPE no or yes: include support for Cscope interface (yes)
87 # NETBEANS no or yes: include support for Netbeans interface (yes if GUI
89 # NBDEBUG no or yes: include support for debugging Netbeans interface (no)
97 ### LINK: Name of the linker: tlink or ilink32 (this is below, depends on
171 ### CODEGUARD: Uncomment to use the CODEGUARD stuff (BC 5.0 or later):
201 ### ALIGN: alignment you desire: (1,2 or 4: s/b 4 for Win32, 2 for DOS)
232 ### FEATURES: TINY, SMALL, NORMAL, BIG or HUGE (BIG for WIN32, SMALL for DOS16)
245 # If you have a fixed directory for $VIM or $VIMRUNTIME, other than the normal
261 !error CPUNR Must be less than or equal to 4 for DOS16
265 !error ALIGN Must be less than or equal to 2 for DOS16
270 !error CPUNR Must be greater or equal to 3 for WIN32