From c12b28936266c205d174458f0bd21766154048f7 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Feb 2008 06:07:31 +0000 Subject: * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index dd7f7dba26..be31962b76 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: -- cgit v1.2.3