diff options
author | nyamatongwe <unknown> | 2002-07-29 01:51:03 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-07-29 01:51:03 +0000 |
commit | 81c2b963f325e39300cb9b61a432527120c8c3b0 (patch) | |
tree | efcaaf5426279d2860c65bcdfa8d75c62ab4f563 /src | |
parent | 8e8e7609b5723207650512b1a6df56b278739069 (diff) | |
download | scintilla-mirror-81c2b963f325e39300cb9b61a432527120c8c3b0.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) |