Sha256: 82c0963b7097e74e30189d96f1d396186e41abec5c59450f75760808794a34d1
Contents?: true
Size: 448 Bytes
Versions: 4
Compression:
Stored size: 448 Bytes
Contents
########################################################################## # extconf.rb # # The Windows::API binary should be built using the Rake task, i.e. # 'rake build' or 'rake install'. ########################################################################## require 'mkmf' if RbConfig::CONFIG['host_os'] =~ /mingw/ $CFLAGS << ' -fno-omit-frame-pointer' end have_func('strncpy_s') create_makefile('win32/api', 'win32')
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
win32-api-1.10.1 | ext/extconf.rb |
win32-api-1.10.0 | ext/extconf.rb |
win32-api-1.9.2 | ext/extconf.rb |
win32-api-1.9.1 | ext/extconf.rb |