aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGen.py
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-06-05 00:19:25 +0000
committernyamatongwe <unknown>2010-06-05 00:19:25 +0000
commit32edd509aa67f37e22b10747ecdd49484a16a520 (patch)
treef7e90c9dc0f01acb9ed069a14a9f8036413a3b72 /src/LexGen.py
parentc95544e37419b23a2449d0ba22c6f9dadf464779 (diff)
downloadscintilla-mirror-32edd509aa67f37e22b10747ecdd49484a16a520.tar.gz
Using Make functions to avoid regenerating makefile when set of
lexers changed.
Diffstat (limited to 'src/LexGen.py')
-rw-r--r--src/LexGen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LexGen.py b/src/LexGen.py
index c5ea8001c..7a7e1ace9 100644
--- a/src/LexGen.py
+++ b/src/LexGen.py
@@ -274,7 +274,6 @@ def RegenerateAll():
# Use Unix EOLs for gtk Makefiles so they work for Linux users when
# extracted from the Scintilla source ZIP (typically created on
# Windows).
- Regenerate(root + "scintilla/gtk/makefile", "#", LF, lexFiles)
Regenerate(root + "scintilla/macosx/makefile", "#", LF, lexFiles)
if os.path.exists(root + "scite"):
Regenerate(root + "scite/win32/makefile", "#", NATIVE, lexFiles, propFiles)