mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Define incflags also on mswin
This commit is contained in:
parent
5fa6ba9568
commit
ce20367a0e
@ -160,6 +160,9 @@ OPTFLAGS = -O2b2xg-
|
||||
OPTFLAGS = -O2sy-
|
||||
!endif
|
||||
!endif
|
||||
!if !defined(incflags)
|
||||
incflags =
|
||||
!endif
|
||||
!if !defined(PLATFORM)
|
||||
PLATFORM = mswin32
|
||||
!endif
|
||||
@ -970,6 +973,7 @@ s,@WERRORFLAG@,$(WERRORFLAG),;t t
|
||||
s,@DEFS@,$(DEFS),;t t
|
||||
s,@CPPFLAGS@,$(CPPFLAGS),;t t
|
||||
s,@CXXFLAGS@,$(CXXFLAGS),;t t
|
||||
s,@incflags@,$(incflags),;t t
|
||||
s,@FFLAGS@,$(FFLAGS),;t t
|
||||
s,@LDFLAGS@,$(LDFLAGS),;t t
|
||||
s,@LIBS@,user32.lib,;t t
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user