mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (WARNFLAGS): shut up the meaningless warnings of
Japanese version of VC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0b94710682
commit
bb88a5a201
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Nov 26 10:09:09 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (WARNFLAGS): shut up the meaningless warnings of
|
||||
Japanese version of VC.
|
||||
|
||||
Fri Nov 26 10:08:24 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* re.c (rb_reg_regcomp): should succeed the taint status from the
|
||||
|
|
|
@ -179,6 +179,7 @@ XCFLAGS = -DRUBY_EXPORT -I. -I$(srcdir) -I$(srcdir)/missing $(XCFLAGS)
|
|||
!if $(MSC_VER) >= 1400
|
||||
# Prevents VC++ 2005 (cl ver 14) warnings
|
||||
CRTDEFFLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
|
||||
WARNFLAGS = $(WARNFLAGS) -wd4819
|
||||
MANIFESTTOOL = mt -nologo
|
||||
LDSHARED_1 = @if exist $(@).manifest $(MANIFESTTOOL) -manifest $(@).manifest -outputresource:$(@);2
|
||||
LDSHARED_2 = @if exist $(@).manifest $(RM) $(@:/=\).manifest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue