mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
ece0628ebe
commit
ec033198bf
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue