[前][次][番号順一覧][スレッド一覧]

ruby-changes:18045

From: usa <ko1@a...>
Date: Fri, 3 Dec 2010 12:56:28 +0900 (JST)
Subject: [ruby-changes:18045] Ruby:r30066 (trunk): * win32/Makefile.sub (RCFLAGS): VC10 and after only. fixed the problem

usa	2010-12-03 12:56:21 +0900 (Fri, 03 Dec 2010)

  New Revision: 30066

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30066

  Log:
    * win32/Makefile.sub (RCFLAGS): VC10 and after only. fixed the problem
      of r30015. [ruby-core:33530]

  Modified files:
    trunk/ChangeLog
    trunk/win32/Makefile.sub

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30065)
+++ ChangeLog	(revision 30066)
@@ -1,3 +1,8 @@
+Fri Dec  3 12:54:48 2010  NAKAMURA Usaku  <usa@r...>
+
+	* win32/Makefile.sub (RCFLAGS): VC10 and after only. fixed the problem
+	  of r30015. [ruby-core:33530]
+
 Fri Dec  3 12:41:52 2010  URABE Shyouhei  <shyouhei@r...>
 
 	* gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it is
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 30065)
+++ win32/Makefile.sub	(revision 30066)
@@ -240,7 +240,7 @@
 SOLIBS = 
 RCFILES = $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc
 !ifndef RCFLAGS
-!if $(MSC_VER) >= 1500
+!if $(MSC_VER) >= 1600
 RCFLAGS=-nologo
 !endif
 !endif

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]