Sfoglia il codice sorgente

Scintilla: build with lexer enabled.

ocornut 10 anni fa
parent
commit
cf4f43b9f5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      scripts/example-common.lua

+ 1 - 0
scripts/example-common.lua

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