From 6de91394f22148840aa1c4daa3c297d1e09aa0c2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 5 May 2013 11:12:51 +1000 Subject: Removing support for Visual C++ 2005 and 6.0. --- src/LexGen.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/LexGen.py') diff --git a/src/LexGen.py b/src/LexGen.py index f0fab096c..a60081817 100755 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -356,7 +356,6 @@ def RegenerateAll(): Regenerate(root + "scintilla/src/Catalogue.cxx", "//", NATIVE, lexerModules) Regenerate(root + "scintilla/win32/scintilla.mak", "#", NATIVE, lexFiles) - Regenerate(root + "scintilla/win32/scintilla_vc6.mak", "#", NATIVE, lexFiles) if os.path.exists(root + "scite"): Regenerate(root + "scite/win32/makefile", "#", NATIVE, propFiles) Regenerate(root + "scite/win32/scite.mak", "#", NATIVE, propFiles) -- cgit v1.2.3