1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* win32/Makefile.sub (LIBS): remove an unnecessary library.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2007-03-22 04:32:55 +00:00
parent fa36cffb3e
commit 0ce0d4a596
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Mar 22 13:32:17 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (LIBS): remove an unnecessary library.
Thu Mar 22 10:27:58 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.

View file

@ -143,7 +143,7 @@ RFLAGS = -r
!if !defined(EXTLIBS)
EXTLIBS =
!endif
LIBS = oldnames.lib user32.lib advapi32.lib shell32.lib version.lib ws2_32.lib $(EXTLIBS)
LIBS = oldnames.lib user32.lib advapi32.lib shell32.lib ws2_32.lib $(EXTLIBS)
MISSING = acosh.obj crypt.obj erf.obj strlcpy.obj strlcat.obj win32.obj
ARFLAGS = -machine:$(MACHINE) -out: