summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 04:14:18 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 04:14:18 +0000
commitec033198bf069581bffae602c4c47f69c1dfbcd0 (patch)
tree6e910c50944698e3de89311a78e85cde24bc1755
parentece0628ebe83bce6968f7f47ce5898266b8e8410 (diff)
* win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21518 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 406a87c0de..e491ea5c1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 15 13:10:58 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (COMPILERFLAG): for enc/trans/gb18030.c.
+
Thu Jan 15 13:10:09 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 99da2f364f..498dec6d72 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -153,7 +153,7 @@ COUTFLAG = -Fo
RUNTIMEFLAG = -MD
!endif
!if !defined(COMPILERFLAG)
-COMPILERFLAG = -Zm200
+COMPILERFLAG = -Zm600
!endif
!if !defined(CFLAGS)
CFLAGS = $(RUNTIMEFLAG) $(DEBUGFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(PROCESSOR_FLAG) $(COMPILERFLAG)