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
+4 -1
View File
@@ -152,9 +152,12 @@ endif
endif
ifeq ($(MONOLITHIC),1)
ifeq ($(USE_STC),1)
__LIB_LEXILLA_IF_MONO_p = -lwxlexilla$(WXDEBUGFLAG)
__LIB_LEXILLA_IF_MONO_p = $(__LIB_LEXILLA_p)
endif
endif
ifeq ($(USE_STC),1)
__LIB_LEXILLA_p = -lwxlexilla$(WXDEBUGFLAG)
endif
ifeq ($(USE_GUI),1)
__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
endif