Rebake after the previous commit

This just separates the automatically-generated changes from the manual
ones in the parent commit.
This commit is contained in:
Vadim Zeitlin 2023-07-29 18:13:29 +02:00
parent d509d534dd
commit ec4777bbbf
317 changed files with 1620 additions and 794 deletions

View file

@ -375,7 +375,10 @@ __WXLIB_MONO_p = \
__LIB_SCINTILLA_IF_MONO_p = wxscintilla$(WXDEBUGFLAG).lib
!endif
!if "$(MONOLITHIC)" == "1" && "$(USE_STC)" == "1"
__LIB_LEXILLA_IF_MONO_p = wxlexilla$(WXDEBUGFLAG).lib
__LIB_LEXILLA_IF_MONO_p = $(__LIB_LEXILLA_p)
!endif
!if "$(USE_STC)" == "1"
__LIB_LEXILLA_p = wxlexilla$(WXDEBUGFLAG).lib
!endif
!if "$(USE_GUI)" == "1"
__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib