From ea0aaa86b8170178d198038ae5e0709541f5b342 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 26 May 2008 10:54:41 +0000 Subject: Include SciTEProps.cxx in regeneration to pick up lexer properties. --- src/LexGen.py | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3