From 720151bc63b238b35803936e8c3b3eacfeaecbc3 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 13 May 2010 00:45:48 +0000 Subject: * win32/Makefile.sub: link with ffs.obj. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27766 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 fa86472947..5f216cd659 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -218,7 +218,7 @@ LIBS = oldnames.lib user32.lib advapi32.lib shell32.lib ws2_32.lib $(EXTLIBS) LIBS = unicows.lib $(LIBS) !endif !if !defined(MISSING) -MISSING = acosh.obj cbrt.obj crypt.obj erf.obj lgamma_r.obj strlcat.obj strlcpy.obj tgamma.obj win32.obj langinfo.obj +MISSING = acosh.obj cbrt.obj crypt.obj erf.obj ffs.obj langinfo.obj lgamma_r.obj strlcat.obj strlcpy.obj tgamma.obj win32.obj !endif ARFLAGS = -machine:$(MACHINE) -out: -- cgit v1.2.3