Path: | ext/mingw-rbconfig.rb |
Last Update: | Sun Aug 30 10:57:11 -0600 2009 |
This rbconfig.rb corresponds to a Ruby installation for win32 cross-compiled with mingw under i686-linux. It can be used to cross-compile extensions for win32 using said toolchain.
This file assumes that a cross-compiled mingw32 build (compatible with the mswin32 builds) is installed under $HOME/ruby-mingw32.
RbConfig | = | Config # compatibility for ruby-1.9 |
CROSS_COMPILING | = | nil unless defined? CROSS_COMPILING |