summaryrefslogtreecommitdiff
path: root/ext/Win32API/extconf.rb
blob: 5e42f62558de6836a6b5f48342ad1abd71221454 (plain)
1
2
3
4
5
6
7
case RUBY_PLATFORM
when /cygwin/,/mingw/
  $CFLAGS = "-fno-defer-pop -fno-omit-frame-pointer"
  create_makefile("Win32API")
when /win32/
  create_makefile("Win32API")
end