aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGen.py
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-06-05 00:19:25 +0000
committernyamatongwe <devnull@localhost>2010-06-05 00:19:25 +0000
commitdc93a9042fb8b7fa7092ff8b90e203436ddfb6ba (patch)
treef7e90c9dc0f01acb9ed069a14a9f8036413a3b72 /src/LexGen.py
parent84f4c7237c7931df03b65174fd6a0ed96f3cc284 (diff)
downloadscintilla-mirror-dc93a9042fb8b7fa7092ff8b90e203436ddfb6ba.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)