diff options
author | nyamatongwe <unknown> | 2010-06-05 00:19:25 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-06-05 00:19:25 +0000 |
commit | 32edd509aa67f37e22b10747ecdd49484a16a520 (patch) | |
tree | f7e90c9dc0f01acb9ed069a14a9f8036413a3b72 /src | |
parent | c95544e37419b23a2449d0ba22c6f9dadf464779 (diff) | |
download | scintilla-mirror-32edd509aa67f37e22b10747ecdd49484a16a520.tar.gz |
Using Make functions to avoid regenerating makefile when set of
lexers changed.
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 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) |