aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-07-13 22:01:54 +1000
committernyamatongwe <unknown>2010-07-13 22:01:54 +1000
commitec1eff769370b6c33c37bd3a5297beb7cbc28246 (patch)
tree8e07ad38ddb6662286524f873aa3620160f5117b /src
parent5da353ee2e2a17b6af1f57fd39780ba0cbf0efeb (diff)
downloadscintilla-mirror-ec1eff769370b6c33c37bd3a5297beb7cbc28246.tar.gz
Using Make functions to avoid regenerating makefile when set of lexers changed.
Diffstat (limited to 'src')
-rw-r--r--src/LexGen.py1
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