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

ruby-changes:7538

From: usa <ko1@a...>
Date: Tue, 2 Sep 2008 12:59:54 +0900 (JST)
Subject: [ruby-changes:7538] Ruby:r19059 (trunk): * win32/Makefile.sub (COMPILERFLAG): new compiler flag to compile

usa	2008-09-02 12:59:39 +0900 (Tue, 02 Sep 2008)

  New Revision: 19059

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

  Log:
    * win32/Makefile.sub (COMPILERFLAG): new compiler flag to compile
      enc/trans/japanese*.c.

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

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19058)
+++ ChangeLog	(revision 19059)
@@ -1,3 +1,8 @@
+Tue Sep  2 12:58:58 2008  NAKAMURA Usaku  <usa@r...>
+
+	* win32/Makefile.sub (COMPILERFLAG): new compiler flag to compile
+	  enc/trans/japanese*.c.
+
 Tue Sep  2 12:37:10 2008  Tanaka Akira  <akr@f...>
 
 	* enc/trans/japanese_euc.trans: splitted from japanese.trans to avoid
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 19058)
+++ win32/Makefile.sub	(revision 19059)
@@ -152,8 +152,11 @@
 !if !defined(RUNTIMEFLAG)
 RUNTIMEFLAG   = -MD
 !endif
+!if !defined(COMPILERFLAG)
+COMPILERFLAG  = -Zm200
+!endif
 !if !defined(CFLAGS)
-CFLAGS = $(RUNTIMEFLAG) $(DEBUGFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG)
+CFLAGS = $(RUNTIMEFLAG) $(DEBUGFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) $(COMPILERFLAG)
 !endif
 !if !defined(CXXFLAGS)
 CXXFLAGS = $(CFLAGS)

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

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