diff options
author | nyamatongwe <devnull@localhost> | 2008-05-26 10:54:41 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-05-26 10:54:41 +0000 |
commit | a20ad9503afe2242fc13addfe547a1e46ce7e022 (patch) | |
tree | f82e1e28d754b0f4a2e6543a3fc62c301da45801 /src/LexGen.py | |
parent | d8e80e8b66f3e1845a7f56449eba5021b05fb032 (diff) | |
download | scintilla-mirror-a20ad9503afe2242fc13addfe547a1e46ce7e022.tar.gz |
Include SciTEProps.cxx in regeneration to pick up lexer properties.
Diffstat (limited to 'src/LexGen.py')
-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 1dd11a857..b9a042767 100644 --- a/src/LexGen.py +++ b/src/LexGen.py @@ -230,6 +230,7 @@ def RegenerateAll(): if os.path.exists(root + "scite"): Regenerate(root + "scite/win32/makefile", "#", NATIVE, lexFiles, propFiles) Regenerate(root + "scite/win32/scite.mak", "#", NATIVE, lexFiles, propFiles) + Regenerate(root + "scite/src/SciTEProps.cxx", "//", NATIVE, lexerProperties) Generate(root + "scite/boundscheck/vcproj.gen", root + "scite/boundscheck/SciTE.vcproj", "#", NATIVE, lexFiles) |