diff options
author | nyamatongwe <devnull@localhost> | 2002-07-29 01:51:03 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-07-29 01:51:03 +0000 |
commit | d052d54b6da94527016db79fc31828725b46211b (patch) | |
tree | efcaaf5426279d2860c65bcdfa8d75c62ab4f563 /src | |
parent | ab1b55d15c4a709ad6ece0f1b5fa06461bc7c19f (diff) | |
download | scintilla-mirror-d052d54b6da94527016db79fc31828725b46211b.tar.gz |
Added the scintilla_vc6.mak makefile.
Diffstat (limited to 'src')
-rw-r--r-- | src/LexGen.py | 1 |
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) |