chore: bump scintilla and lexilla version

This commit is contained in:
2025-10-12 13:51:32 +08:00
parent 9fb3681e3a
commit db20417ce7
1093 changed files with 138943 additions and 128144 deletions

View File

@ -0,0 +1,23 @@
{1}# '# comment' comment=1
# comment
{0}
{1}# '.SUFFIXES' target=5, ':' operator=4
{5}.SUFFIXES{4}:{0}
{1}# 'LD' identifier=3, '=' operator=4, 'link' default=0
{3}LD{4}={0}link
{1}# '!IFDEF DEBUG' NMAKE preprocessor=2
{2}!IFDEF DEBUG
{0}
{1}# 'ifdef DEBUG' GNI make directive default=0
{2}ifdef{0} DEBUG
{1}# '$(' ID EOL=9
{3}X{4}={9}$(
{0}
{1}# Recipe with variable reference $(CXX)
{5}cake.o{4}:{0} cake.cxx
{3}$(CXX){0} -c $< -o $@
{1}# End of file