From c06f40d97ccdf72bafa44a1767aaf8beeddc2ef7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 22 Apr 2010 09:20:32 +0000 Subject: Stop trying to make gtk/scintilla.mak as it is no longer included. --- src/LexGen.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/LexGen.py') diff --git a/src/LexGen.py b/src/LexGen.py index 571332e6e..c73699c58 100644 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -219,7 +219,7 @@ def ciCompare(a,b): def ciKey(a): return a.lower() - + def sortListInsensitive(l): try: # Try key function l.sort(key=ciKey) @@ -255,9 +255,9 @@ def RegenerateAll(): sortListInsensitive(documentProperties) propertiesHTML = [] for k in documentProperties: - propertiesHTML.append("\t\n\t%s\n\t%s\n\t" % + propertiesHTML.append("\t\n\t%s\n\t%s\n\t" % (k, propertyDocuments[k])) - + # Find all the SciTE properties files otherProps = ["abbrev.properties", "Embedded.properties", "SciTEGlobal.properties", "SciTE.properties"] if os.path.exists(root + "scite"): @@ -275,7 +275,6 @@ def RegenerateAll(): # extracted from the Scintilla source ZIP (typically created on # Windows). Regenerate(root + "scintilla/gtk/makefile", "#", LF, lexFiles) - Regenerate(root + "scintilla/gtk/scintilla.mak", "#", NATIVE, lexFiles) Regenerate(root + "scintilla/macosx/makefile", "#", LF, lexFiles) if os.path.exists(root + "scite"): Regenerate(root + "scite/win32/makefile", "#", NATIVE, lexFiles, propFiles) -- cgit v1.2.3