From d052d54b6da94527016db79fc31828725b46211b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 29 Jul 2002 01:51:03 +0000 Subject: Added the scintilla_vc6.mak makefile. --- src/LexGen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) -- cgit v1.2.3