summaryrefslogtreecommitdiff
path: root/ext/Win32API/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Win32API/extconf.rb')
-rw-r--r--ext/Win32API/extconf.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/Win32API/extconf.rb b/ext/Win32API/extconf.rb
deleted file mode 100644
index a03f358593..0000000000
--- a/ext/Win32API/extconf.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-case PLATFORM
-when /cygwin32/,/mingw32/
- $CFLAGS = "-fno-defer-pop"
- create_makefile("Win32API")
-when /win32/
- create_makefile("Win32API")
-end