Sha256: 89dbdd3700518a0a2402057364b42a9e5e409512a570d242803b79950b00abb3
Contents?: true
Size: 386 Bytes
Versions: 3
Compression:
Stored size: 386 Bytes
Contents
require "mkmf" require "rbconfig" if RbConfig::CONFIG['host_os'] =~ /mingw/ $CFLAGS << ' -fno-omit-frame-pointer' end libdir = RbConfig::CONFIG["libdir"] includedir = RbConfig::CONFIG["includedir"] dir_config("ioext", includedir, libdir) # $LDFLAGS << " " $CFLAGS << " -Wall -std=c99 -fPIC -fms-extensions " # $CFLAGS << " -g -O0" create_makefile("ioext/ioext")
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ioext_c-0.1.0-x86-mingw32 | ext/ioext/extconf.rb |
ioext_c-0.1.0-x64-mingw32 | ext/ioext/extconf.rb |
ioext_c-0.1.0 | ext/ioext/extconf.rb |