comparison src/Make_bc5.mak @ 39:410fa1a31baf v7.0023

updated for version 7.0023
author vimboss
date Sun, 19 Dec 2004 22:46:22 +0000
parents bdeee1504ac1
children e8f07016e34d
comparison
equal deleted inserted replaced
38:c524f99c7925 39:410fa1a31baf
51 # NOTE: compilation on WinNT/2K/XP requires 51 # NOTE: compilation on WinNT/2K/XP requires
52 # at least version 1.6.5 of Ruby. Earlier versions 52 # at least version 1.6.5 of Ruby. Earlier versions
53 # of Ruby will cause a compile error on these systems. 53 # of Ruby will cause a compile error on these systems.
54 # DYNAMIC_RUBY no or yes: use yes to load the Ruby DLL dynamically (no) 54 # DYNAMIC_RUBY no or yes: use yes to load the Ruby DLL dynamically (no)
55 # MBYTE no or yes: set to yes for multi-byte support (yes) 55 # MBYTE no or yes: set to yes for multi-byte support (yes)
56 # NOTE: multi-byte support is broken in the Borland libraries,
57 # not everything will work properly! Esp. handling multi-byte
58 # file names.
56 # IME no or yes: set to yes for multi-byte IME support (yes) 59 # IME no or yes: set to yes for multi-byte IME support (yes)
57 # DYNAMIC_IME no or yes: set to yes to load imm32.dll dynamically (yes) 60 # DYNAMIC_IME no or yes: set to yes to load imm32.dll dynamically (yes)
58 # GETTEXT no or yes: set to yes for multi-language support (yes) 61 # GETTEXT no or yes: set to yes for multi-language support (yes)
59 # ICONV no or yes: set to yes for dynamic iconv support (yes) 62 # ICONV no or yes: set to yes for dynamic iconv support (yes)
60 # OLE no or yes: set to yes to make OLE gvim (no) 63 # OLE no or yes: set to yes to make OLE gvim (no)