1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/Win32API/extconf.rb
matz 992923053c 1.1b9_26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1998-06-18 07:47:15 +00:00

7 lines
146 B
Ruby

case PLATFORM
when /cygwin32/,/mingw32/
$CFLAGS = "-fno-defer-pop"
create_makefile("Win32API")
when /win32/
create_makefile("Win32API")
end