Scintilla: build with lexer enabled.

This commit is contained in:
ocornut 2015-06-09 15:05:26 -06:00
parent 85e6bea936
commit cf4f43b9f5

View file

@ -25,6 +25,7 @@ project ("example-common")
if _OPTIONS["with-scintilla"] then if _OPTIONS["with-scintilla"] then
defines { defines {
"SCI_NAMESPACE", "SCI_NAMESPACE",
"SCI_LEXER",
} }
includedirs { includedirs {