aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-07-29 01:51:03 +0000
committernyamatongwe <devnull@localhost>2002-07-29 01:51:03 +0000
commitd052d54b6da94527016db79fc31828725b46211b (patch)
treeefcaaf5426279d2860c65bcdfa8d75c62ab4f563 /src
parentab1b55d15c4a709ad6ece0f1b5fa06461bc7c19f (diff)
downloadscintilla-mirror-d052d54b6da94527016db79fc31828725b46211b.tar.gz
Added the scintilla_vc6.mak makefile.
Diffstat (limited to 'src')
-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)