summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-22 04:32:55 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-22 04:32:55 +0000
commit7e9717265b161cd348c97e8c2cf7feda02eee359 (patch)
treeaccdc1ea36ec587626089ae40882056c5f557067
parent8e4ef5b5030dc914cdb54ff4615120f3e1802420 (diff)
downloadruby-7e9717265b161cd348c97e8c2cf7feda02eee359.tar.gz
ruby-7e9717265b161cd348c97e8c2cf7feda02eee359.tar.xz
ruby-7e9717265b161cd348c97e8c2cf7feda02eee359.zip
* win32/Makefile.sub (LIBS): remove an unnecessary library.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--win32/Makefile.sub2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8287575f1..b54eadc95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index c7df04ba9..9d989d5ac 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -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: