aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGen.py
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-07-29 01:51:03 +0000
committernyamatongwe <unknown>2002-07-29 01:51:03 +0000
commit81c2b963f325e39300cb9b61a432527120c8c3b0 (patch)
treeefcaaf5426279d2860c65bcdfa8d75c62ab4f563 /src/LexGen.py
parent8e8e7609b5723207650512b1a6df56b278739069 (diff)
downloadscintilla-mirror-81c2b963f325e39300cb9b61a432527120c8c3b0.tar.gz
Added the scintilla_vc6.mak makefile.
Diffstat (limited to 'src/LexGen.py')
-rw-r--r--src/LexGen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LexGen.py b/src/LexGen.py
index 8d985c931..72f7af2f4 100644
--- a/src/LexGen.py
+++ b/src/LexGen.py
@@ -98,6 +98,7 @@ print lexerModules
Regenerate(root + "scintilla/src/KeyWords.cxx", "//", lexerModules)
Regenerate(root + "scintilla/win32/makefile", "#", lexFiles)
Regenerate(root + "scintilla/win32/scintilla.mak", "#", lexFiles)
+Regenerate(root + "scintilla/win32/scintilla_vc6.mak", "#", lexFiles)
Regenerate(root + "scintilla/gtk/makefile", "#", lexFiles, "wb")
Regenerate(root + "scintilla/gtk/scintilla.mak", "#", lexFiles)
Regenerate(root + "scite/win32/makefile", "#", lexFiles)