Skip to content

Commit

Permalink
Update make dependencies for LexLua changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamatongwe committed Dec 4, 2023
1 parent 6dda657 commit 3f1121e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/deps.mak
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,9 @@ $(DIR_O)/LexLua.o: \
../lexlib/Accessor.h \
../lexlib/StyleContext.h \
../lexlib/CharacterSet.h \
../lexlib/LexerModule.h
../lexlib/LexerModule.h \
../lexlib/OptionSet.h \
../lexlib/DefaultLexer.h
$(DIR_O)/LexMagik.o: \
../lexers/LexMagik.cxx \
../../scintilla/include/ILexer.h \
Expand Down
4 changes: 3 additions & 1 deletion src/nmdeps.mak
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,9 @@ $(DIR_O)/LexLua.obj: \
../lexlib/Accessor.h \
../lexlib/StyleContext.h \
../lexlib/CharacterSet.h \
../lexlib/LexerModule.h
../lexlib/LexerModule.h \
../lexlib/OptionSet.h \
../lexlib/DefaultLexer.h
$(DIR_O)/LexMagik.obj: \
../lexers/LexMagik.cxx \
../../scintilla/include/ILexer.h \
Expand Down

0 comments on commit 3f1121e

Please sign in to comment.