diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/LexGen.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/LexGen.py b/src/LexGen.py index 7a7e1ace9..95f2f9dac 100644 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -268,7 +268,6 @@ def RegenerateAll():          print(propFiles)      Regenerate(root + "scintilla/src/KeyWords.cxx", "//", NATIVE, lexerModules) -    Regenerate(root + "scintilla/win32/makefile", "#", NATIVE, lexFiles)      Regenerate(root + "scintilla/win32/scintilla.mak", "#", NATIVE, lexFiles)      Regenerate(root + "scintilla/win32/scintilla_vc6.mak", "#", NATIVE, lexFiles)      # Use Unix EOLs for gtk Makefiles so they work for Linux users when | 
