aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-05-05 11:12:51 +1000
committernyamatongwe <devnull@localhost>2013-05-05 11:12:51 +1000
commit1cc7b583576574d94e038692608f73df96964485 (patch)
treeed1a84cac5549abebb623c87ca511dd16c31c397 /src
parentc71d1664a10a9db809a9be8d0cf6d5ebe7b2c877 (diff)
downloadscintilla-mirror-1cc7b583576574d94e038692608f73df96964485.tar.gz
Removing support for Visual C++ 2005 and 6.0.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/LexGen.py1
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)