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 6f588f4ac..295e484ab 100644 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -290,7 +290,6 @@ def RegenerateAll(): print(propFiles) Regenerate(root + "scintilla/src/Catalogue.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 |