summaryrefslogtreecommitdiff
path: root/ext/win32ole
diff options
context:
space:
mode:
authorsuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-03 11:44:08 +0000
committersuke <suke@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-03 11:44:08 +0000
commita52442f27ea7892be7491cf692b4f64462c83155 (patch)
tree270c28fb314fb93d79432d7f74b553487cab3f6f /ext/win32ole
parent2263dbe022c600fb0a1db2bbf968bfce5de65aa2 (diff)
change PLATFORM with RUBY_PLATFORM.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32ole')
-rw-r--r--ext/win32ole/depend2
-rw-r--r--ext/win32ole/extconf.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/win32ole/depend b/ext/win32ole/depend
index 764b9d8dbb..3b1d7e9a97 100644
--- a/ext/win32ole/depend
+++ b/ext/win32ole/depend
@@ -1 +1 @@
-win32ole.o : $(hdrdir)/ruby.h $(hdrdir)/config.h $(hdrdir)/defines.h
+win32ole.o : win32ole.c $(hdrdir)/ruby.h $(hdrdir)/config.h $(hdrdir)/defines.h
diff --git a/ext/win32ole/extconf.rb b/ext/win32ole/extconf.rb
index 4abfd3c62f..f627fcabb4 100644
--- a/ext/win32ole/extconf.rb
+++ b/ext/win32ole/extconf.rb
@@ -15,7 +15,7 @@ def create_win32ole_makefile
end
end
-case PLATFORM
+case RUBY_PLATFORM
when /mswin32/
$CFLAGS='/W3'
when /mingw/