diff options
| author | mitchell <unknown> | 2020-06-19 08:40:49 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2020-06-19 08:40:49 -0400 |
| commit | ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0 (patch) | |
| tree | 9c3c74b739dfdfaa36dfcb6df613c48fbbf00de5 /win32/nmdeps.mak | |
| parent | 6822a42fc6e0d25fe583d8d0fac80946c30bd8ca (diff) | |
| download | scintilla-mirror-ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0.tar.gz | |
Reverted experimental Lexilla and SCI_SETILEXER support.
When testing, it works when compiled with debug symbols enabled, but crashes
without them. It doesn't seem worth maintaining.
Diffstat (limited to 'win32/nmdeps.mak')
| -rw-r--r-- | win32/nmdeps.mak | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak index 8a886b517..79cc0ab45 100644 --- a/win32/nmdeps.mak +++ b/win32/nmdeps.mak @@ -96,15 +96,6 @@ $(DIR_O)/Catalogue.obj: \ ../lexlib/LexerModule.h \ ../lexlib/CatalogueModules.h \ ../src/Catalogue.h -$(DIR_O)/CatalogueL.obj: \ - ../src/Catalogue.cxx \ - ../include/ILexer.h \ - ../include/Sci_Position.h \ - ../include/Scintilla.h \ - ../include/SciLexer.h \ - ../lexlib/LexerModule.h \ - ../lexlib/CatalogueModules.h \ - ../src/Catalogue.h $(DIR_O)/CellBuffer.obj: \ ../src/CellBuffer.cxx \ ../include/Platform.h \ |
