From 0788c9315dbbee26e17a0ecf237fa2a1bbd291fb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 5 Jun 2010 00:47:46 +0000 Subject: Dropping regeneration of makefiles that use GNU Make since they can use functions instead. --- src/LexGen.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/LexGen.py') 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) -- cgit v1.2.3