summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-13 11:24:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-13 11:24:44 +0000
commitce557d0508a59c1bc6716ab727160f19c5e2e2d2 (patch)
treec2597b9d59665d3b4bfabec4984488f7f43dc604 /win32/Makefile.sub
parentb49927429469a8d6ef4459022502304d8151b4b5 (diff)
* configure.in (mingw32): use actual runtime DLL name as ruby DLL
name and default load path. * win32/Makefile.sub, win32/setup.mak: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub6
1 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 3af99a14ed..bb99e88a08 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -69,9 +69,11 @@ DEBUGFLAGS = -Zi
!if !defined(OPTFLAGS)
OPTFLAGS = -O2b2xg-
!endif
-!if !defined(OS) || !defined(RT)
+!if !defined(OS)
OS = mswin32
-RT = msvcrt
+!endif
+!if !defined(RT)
+!error RT not defined. Retry from configure pass.
!endif
!ifndef RUBY_SO_NAME