From 6e0b3ca606ce09558ff6f5e6549230b254665da0 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 26 Jan 2004 02:35:30 +0000 Subject: * ext/extmk.rb: Makefiles should depend on also rbconfig.rb. (ruby-bugs:PR#1256) * ext/win32ole/win32ole.c (set_argv): set real arguments to WIN32OLE::ARGV. [ruby-list:39073] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/win32ole/extconf.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/win32ole/extconf.rb') diff --git a/ext/win32ole/extconf.rb b/ext/win32ole/extconf.rb index 4afe1117eb..c989267733 100644 --- a/ext/win32ole/extconf.rb +++ b/ext/win32ole/extconf.rb @@ -5,11 +5,13 @@ #---------------------------------- require 'mkmf' +dir_config("win32") def create_win32ole_makefile if have_library("ole32") and have_library("oleaut32") and have_library("uuid") and have_library("user32") and + have_library("kernel32") and have_library("advapi32") and have_header("windows.h") create_makefile("win32ole") -- cgit v1.2.3