diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 10:25:41 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 10:25:41 +0000 |
| commit | 6071fcc527611ef80ce11c62bd103d480601668c (patch) | |
| tree | d60d3381dd3e1c78b1817860986b15176aadbd9e /win32/Makefile.sub | |
| parent | 4df562d78d80fe1be8b3f2051294306f7bd5648a (diff) | |
| download | ruby-6071fcc527611ef80ce11c62bd103d480601668c.tar.gz ruby-6071fcc527611ef80ce11c62bd103d480601668c.tar.xz ruby-6071fcc527611ef80ce11c62bd103d480601668c.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@8314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
| -rw-r--r-- | win32/Makefile.sub | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 8a59bda74..45b7fd4be 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 |
