From c8c254db1a4dd126be3a4e4a67e28b0162066eca Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Sat, 28 Jan 2023 23:45:44 +0100 Subject: [PATCH] Update bakefile with Scintilla and Lexilla changes --- build/bakefiles/common.bkl | 6 + build/bakefiles/lexilla.bkl | 176 ++++++++++++++++++ build/bakefiles/make_dist.mk | 13 +- build/bakefiles/monolithic.bkl | 3 +- build/bakefiles/multilib.bkl | 3 +- build/bakefiles/scintilla.bkl | 141 +------------- .../bakefiles/wxpresets/presets/wx_win32.bkl | 5 +- samples/stc/stctest.bkl | 1 + samples/webview/webview.bkl | 1 + 9 files changed, 203 insertions(+), 146 deletions(-) create mode 100644 build/bakefiles/lexilla.bkl diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 8a198f51bc..eae0fe4d8c 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -529,6 +529,7 @@ $(TAB)cl /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h" + @@ -649,6 +650,9 @@ $(TAB)cl /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h" $(LIB_SCINTILLA) + + $(LIB_LEXILLA) + @@ -752,6 +757,7 @@ $(TAB)cl /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h" wxjpeg wxpng wxscintilla + wxlexilla