Sha256: 9e18efdaf188c4e906444830d5206608a0166967a6f6cf03e32c57724b525441

Contents?: true

Size: 408 Bytes

Versions: 6

Compression:

Stored size: 408 Bytes

Contents

=begin
  extconf.rb

  Copyright (C) 2002,2003 Masao Mutoh <mutoh@highway.ne.jp>
 
  You may redistribute it and/or modify it under the same
  license terms as Ruby.

 $Id: extconf.rb,v 1.1.1.1 2005/08/13 02:38:09 mutoh Exp $
=end

require 'mkmf'

if RUBY_PLATFORM =~ /cygwin|mingw|mswin32|bccwin32/
	have_header 'windows.h'
else
	have_func 'setlocale'
	have_func 'nl_langinfo'
end
create_makefile '_locale'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gettext-1.1.1-mswin32 ext/gettext/gettext/extconf.rb
gettext-1.1.0-mswin32 ext/gettext/gettext/extconf.rb
gettext-1.0.0-mswin32 ext/gettext/gettext/extconf.rb
gettext-1.0.0 ext/gettext/gettext/extconf.rb
gettext-1.1.0 ext/gettext/gettext/extconf.rb
gettext-1.1.1 ext/gettext/gettext/extconf.rb