Sha256: c1e52a8a96238d2abe9b0827460d14dbbc7c8a36baed33f276ada3fa878161ba

Contents?: true

Size: 328 Bytes

Versions: 7

Compression:

Stored size: 328 Bytes

Contents

#encoding: utf-8
# Loads mkmf which is used to make makefiles for Ruby extensions
require 'mkmf'

CONFIG["CC"] = "g++ "
#CONFIG["CPP"] = "g++ -E "
#CONFIG["LDSHARED"].gsub!(/^cc /,"g++ ")

# Give it a name
extension_name = 'wmsigner'

# The destination
dir_config(extension_name)

# Do the work
create_makefile(extension_name)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
webmoney-0.0.14 ext/wmsigner/extconf.rb
webmoney-0.0.13 ext/wmsigner/extconf.rb
webmoney-0.0.12 ext/wmsigner/extconf.rb
webmoney-0.0.11 ext/wmsigner/extconf.rb
webmoney-0.0.10 ext/wmsigner/extconf.rb
webmoney-0.0.9 ext/wmsigner/extconf.rb
webmoney-0.0.8 ext/wmsigner/extconf.rb