diff options
author | nyamatongwe <unknown> | 2013-05-05 11:12:51 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-05-05 11:12:51 +1000 |
commit | 6de91394f22148840aa1c4daa3c297d1e09aa0c2 (patch) | |
tree | 46f8403722d6412c727c40344460fd8075f21083 /src | |
parent | 165bb0f96f100ebd04bb05589995f84a2b15ed14 (diff) | |
download | scintilla-mirror-6de91394f22148840aa1c4daa3c297d1e09aa0c2.tar.gz |
Removing support for Visual C++ 2005 and 6.0.
Diffstat (limited to 'src')
-rwxr-xr-x | src/LexGen.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |