summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-13 10:25:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-13 10:25:41 +0000
commitf091f360356f942cf829ae741bd7dcc7c189c991 (patch)
treed60d3381dd3e1c78b1817860986b15176aadbd9e /win32/Makefile.sub
parentbea190a1fce429ebf080d59faa637f796227dc50 (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/trunk@8314 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 8a59bda74c..45b7fd4be2 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -70,9 +70,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