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

ruby-changes:13412

From: usa <ko1@a...>
Date: Fri, 2 Oct 2009 17:27:04 +0900 (JST)
Subject: [ruby-changes:13412] Ruby:r25182 (ruby_1_8): * win32/Makefile.sub (LD_SHARED1): typo.

usa	2009-10-02 17:26:45 +0900 (Fri, 02 Oct 2009)

  New Revision: 25182

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

  Log:
    * win32/Makefile.sub (LD_SHARED1): typo.

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/win32/Makefile.sub

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 25181)
+++ ruby_1_8/ChangeLog	(revision 25182)
@@ -1,3 +1,7 @@
+Fri Oct  2 17:26:35 2009  NAKAMURA Usaku  <usa@r...>
+
+	* win32/Makefile.sub (LD_SHARED1): typo.
+
 Fri Oct  2 17:09:38 2009  Yukihiro Matsumoto  <matz@r...>
 
 	* io.c (rb_io_fptr_finalize): free fptr to avoid memory leaks.
Index: ruby_1_8/win32/Makefile.sub
===================================================================
--- ruby_1_8/win32/Makefile.sub	(revision 25181)
+++ ruby_1_8/win32/Makefile.sub	(revision 25182)
@@ -180,7 +180,7 @@
 CRTDEFFLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
 MANIFESTTOOL = mt -nologo
 LDSHARED_1 = @if exist $(@).manifest $(MANIFESTTOOL) -manifest $(@).manifest -outputresource:$(@);2
-LDSHARED_2 = @$if exist $(@).manifest (RM) $(@:/=\).manifest
+LDSHARED_2 = @if exist $(@).manifest (RM) $(@:/=\).manifest
 !endif
 CPPFLAGS = $(CRTDEFFLAGS) $(DEFS) $(ARCHDEFS) $(CPPFLAGS)
 

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

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