summaryrefslogtreecommitdiffstats
path: root/ext/Win32API/extconf.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-13 05:37:52 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-08-13 05:37:52 +0000
commit29b7d942bfe9a92b5c3124e235fa54b5de31dccf (patch)
tree3ea2e607f9ea08c56830ef7b803cd259e3d67c7f /ext/Win32API/extconf.rb
parenta2af08da0c33d2dcde870b491f62a8bd0c1c6b81 (diff)
downloadruby-29b7d942bfe9a92b5c3124e235fa54b5de31dccf.tar.gz
ruby-29b7d942bfe9a92b5c3124e235fa54b5de31dccf.tar.xz
ruby-29b7d942bfe9a92b5c3124e235fa54b5de31dccf.zip
remove marshal/gtk/kconv
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/Win32API/extconf.rb')
-rw-r--r--ext/Win32API/extconf.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Win32API/extconf.rb b/ext/Win32API/extconf.rb
new file mode 100644
index 000000000..5af3243d9
--- /dev/null
+++ b/ext/Win32API/extconf.rb
@@ -0,0 +1,7 @@
+case PLATFORM
+when /cygwin/,/mingw/
+ $CFLAGS = "-fno-defer-pop"
+ create_makefile("Win32API")
+when /win32/
+ create_makefile("Win32API")
+end