From a592f87ea93fa337e1364322a7f0e861669db656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Techet?= Date: Sat, 14 Sep 2024 13:58:48 +0200 Subject: [PATCH] Update LexillaGen.py output --- src/deps.mak | 4 +++- src/nmdeps.mak | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/deps.mak b/src/deps.mak index ffeb0e45..34a30249 100644 --- a/src/deps.mak +++ b/src/deps.mak @@ -1629,4 +1629,6 @@ $(DIR_O)/LexZig.o: \ ../lexlib/Accessor.h \ ../lexlib/StyleContext.h \ ../lexlib/CharacterSet.h \ - ../lexlib/LexerModule.h + ../lexlib/LexerModule.h \ + ../lexlib/OptionSet.h \ + ../lexlib/DefaultLexer.h diff --git a/src/nmdeps.mak b/src/nmdeps.mak index f2d7c278..14eaaf62 100644 --- a/src/nmdeps.mak +++ b/src/nmdeps.mak @@ -1629,4 +1629,6 @@ $(DIR_O)/LexZig.obj: \ ../lexlib/Accessor.h \ ../lexlib/StyleContext.h \ ../lexlib/CharacterSet.h \ - ../lexlib/LexerModule.h + ../lexlib/LexerModule.h \ + ../lexlib/OptionSet.h \ + ../lexlib/DefaultLexer.h