diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-10 06:07:31 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-10 06:07:31 +0000 |
| commit | 1639e5fe7076f717b24580f56a692d9ef1c38d5d (patch) | |
| tree | 8088f274c2e4cac7d30075036a2fd98bf436f682 /win32 | |
| parent | 09b0654870a102f58002e59b28e4d607552914f1 (diff) | |
| download | ruby-1639e5fe7076f717b24580f56a692d9ef1c38d5d.tar.gz ruby-1639e5fe7076f717b24580f56a692d9ef1c38d5d.tar.xz ruby-1639e5fe7076f717b24580f56a692d9ef1c38d5d.zip | |
* {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index dd7f7dba2..be31962b7 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -172,7 +172,7 @@ EXTLIBS = LIBS = oldnames.lib user32.lib advapi32.lib shell32.lib ws2_32.lib $(EXTLIBS) !endif !if !defined(MISSING) -MISSING = acosh.obj crypt.obj erf.obj lgamma_r.obj strlcpy.obj strlcat.obj tgamma.obj win32.obj +MISSING = acosh.obj cbrt.obj crypt.obj erf.obj lgamma_r.obj strlcat.obj strlcpy.obj tgamma.obj win32.obj !endif ARFLAGS = -machine:$(MACHINE) -out: |
