aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-06-05 00:47:46 +0000
committernyamatongwe <devnull@localhost>2010-06-05 00:47:46 +0000
commitfea8d13bd2bf0aa6fba0308739aff08f9b9d5e2e (patch)
tree6e8a3e05da2acaada659d85e82cc34c70279137b
parent7a433a6cfcc970cb141a4faed9f1cc728691d8a5 (diff)
downloadscintilla-mirror-fea8d13bd2bf0aa6fba0308739aff08f9b9d5e2e.tar.gz
Dropping regeneration of makefiles that use GNU Make since they
can use functions instead.
-rw-r--r--src/LexGen.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/LexGen.py b/src/LexGen.py
index 95f2f9dac..9219f0d55 100644
--- a/src/LexGen.py
+++ b/src/LexGen.py
@@ -270,10 +270,6 @@ def RegenerateAll():
Regenerate(root + "scintilla/src/KeyWords.cxx", "//", NATIVE, lexerModules)
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
- # extracted from the Scintilla source ZIP (typically created on
- # Windows).
- Regenerate(root + "scintilla/macosx/makefile", "#", LF, lexFiles)
if os.path.exists(root + "scite"):
Regenerate(root + "scite/win32/makefile", "#", NATIVE, lexFiles, propFiles)
Regenerate(root + "scite/win32/scite.mak", "#", NATIVE, lexFiles, propFiles)