comparison src/Make_bc5.mak @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents 6beb2c667935
children 8cd729851562
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
49 # from the Ruby config.h header file. 49 # from the Ruby config.h header file.
50 # RUBY_VER define to version of Ruby being used (16) 50 # RUBY_VER define to version of Ruby being used (16)
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 # RUBY_VER_LONG same, but in format with dot. (1.6)
54 # DYNAMIC_RUBY no or yes: use yes to load the Ruby DLL dynamically (no) 55 # 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) 56 # MBYTE no or yes: set to yes for multi-byte support (yes)
56 # NOTE: multi-byte support is broken in the Borland libraries, 57 # NOTE: multi-byte support is broken in the Borland libraries,
57 # not everything will work properly! Esp. handling multi-byte 58 # not everything will work properly! Esp. handling multi-byte
58 # file names. 59 # file names.