diff options
author | nyamatongwe <devnull@localhost> | 2010-07-13 22:01:54 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-07-13 22:01:54 +1000 |
commit | 930317378b0439e9c235a49ed567b7e0bb0c3853 (patch) | |
tree | 1f9b7b501a72fa81cb7bd2fef3f070c7e0007f9e /src | |
parent | 0638e73972a1c199c7c44f04efd15dd12b96f7c6 (diff) | |
download | scintilla-mirror-930317378b0439e9c235a49ed567b7e0bb0c3853.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 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 |