зеркало из https://github.com/github/ruby.git
* 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:
Родитель
ece0628ebe
Коммит
ec033198bf
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче