aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-06-05 00:29:15 +0000
committernyamatongwe <devnull@localhost>2010-06-05 00:29:15 +0000
commit1323d126b2124a610c6b46451cc95e29aeb2d8c5 (patch)
tree5d7eb2e76abb8ef201b37e0ed1cca59c0b3f040e /src
parent59e00899aa4ce3defd0bd74d1d35a83a0543dc8b (diff)
downloadscintilla-mirror-1323d126b2124a610c6b46451cc95e29aeb2d8c5.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 7a7e1ace9..95f2f9dac 100644
--- a/src/LexGen.py
+++ b/src/LexGen.py
@@ -268,7 +268,6 @@ def RegenerateAll():
print(propFiles)
Regenerate(root + "scintilla/src/KeyWords.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