This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
9507c92d37
ruby--ruby
/
ext
/
date
/
extconf.rb
4 lines
79 B
Ruby
Raw
Normal View
History
Unescape
Escape
* lib/date.rb: [Feature #4257] * ext/date/extconf.rb: new * ext/date/date_core.c: new git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-02-26 03:10:03 -05:00
require
'mkmf'
mkmf.rb: methods to append flags * lib/mkmf.rb (append_cppflags, append_cflags, append_ldflags): utility methods to append compiler options. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-04-10 22:00:02 -04:00
append_cflags
(
"
-std=iso9899:1999
"
)
* lib/date.rb: [Feature #4257] * ext/date/extconf.rb: new * ext/date/date_core.c: new git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-02-26 03:10:03 -05:00
create_makefile
(
'date_core'
)
Copy permalink