From 2b14d20f8c736d0bfacc251aa8df34e39a2751dd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 5 Jun 2010 00:29:15 +0000 Subject: Using Make functions to avoid regenerating makefile when set of lexers changed. --- src/LexGen.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/LexGen.py') 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 -- cgit v1.2.3