summaryrefslogtreecommitdiffstats
path: root/ext
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
commit5d29d3038c98a745a6fdeb652714572040848688 (patch)
tree270c28fb314fb93d79432d7f74b553487cab3f6f /ext
parent24ea1221df05e344e3cd985dbe1aa30c628942dc (diff)
downloadruby-5d29d3038c98a745a6fdeb652714572040848688.tar.gz
ruby-5d29d3038c98a745a6fdeb652714572040848688.tar.xz
ruby-5d29d3038c98a745a6fdeb652714572040848688.zip
change PLATFORM with RUBY_PLATFORM.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-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 764b9d8db..3b1d7e9a9 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 4abfd3c62..f627fcabb 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/