Define `incflags` also on mswin

This commit is contained in:
Nobuyoshi Nakada 2024-05-23 12:35:09 +09:00
Родитель 5fa6ba9568
Коммит ce20367a0e
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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