summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-02 03:59:39 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-02 03:59:39 +0000
commitb0348c487bc4be597ecc684a42931deed2fe186b (patch)
tree84b3c353b2b97208fe56a61377f9570355d3235d /win32
parent0d0059d0ce994a6bcbae6dd38c7d7aa8981c56ce (diff)
downloadruby-b0348c487bc4be597ecc684a42931deed2fe186b.tar.gz
ruby-b0348c487bc4be597ecc684a42931deed2fe186b.tar.xz
ruby-b0348c487bc4be597ecc684a42931deed2fe186b.zip
* win32/Makefile.sub (COMPILERFLAG): new compiler flag to compile
enc/trans/japanese*.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub5
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index fbd6c6f9c..f08d4f6f8 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -152,8 +152,11 @@ COUTFLAG = -Fo
!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)