aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGen.py
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-13 22:01:54 +1000
committernyamatongwe <devnull@localhost>2010-07-13 22:01:54 +1000
commit930317378b0439e9c235a49ed567b7e0bb0c3853 (patch)
tree1f9b7b501a72fa81cb7bd2fef3f070c7e0007f9e /src/LexGen.py
parent0638e73972a1c199c7c44f04efd15dd12b96f7c6 (diff)
downloadscintilla-mirror-930317378b0439e9c235a49ed567b7e0bb0c3853.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 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