mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Removed Scintilla.
This commit is contained in:
@@ -57,30 +57,6 @@ project ("example-common")
|
||||
path.join(BGFX_DIR, "examples/common/example-glue.cpp"),
|
||||
}
|
||||
|
||||
if _OPTIONS["with-scintilla"] then
|
||||
defines {
|
||||
"SCI_NAMESPACE",
|
||||
"SCI_LEXER",
|
||||
}
|
||||
|
||||
buildoptions {
|
||||
-- "-Wno-missing-field-initializers",
|
||||
}
|
||||
|
||||
includedirs {
|
||||
path.join(BGFX_DIR, "3rdparty/scintilla/include"),
|
||||
path.join(BGFX_DIR, "3rdparty/scintilla/lexlib"),
|
||||
}
|
||||
|
||||
files {
|
||||
path.join(BGFX_DIR, "3rdparty/scintilla/src/**.cxx"),
|
||||
path.join(BGFX_DIR, "3rdparty/scintilla/src/**.h"),
|
||||
path.join(BGFX_DIR, "3rdparty/scintilla/lexlib/**.cxx"),
|
||||
path.join(BGFX_DIR, "3rdparty/scintilla/lexlib/**.h"),
|
||||
path.join(BGFX_DIR, "3rdparty/scintilla/lexers/**.cxx"),
|
||||
}
|
||||
end
|
||||
|
||||
if _OPTIONS["with-sdl"] then
|
||||
defines {
|
||||
"ENTRY_CONFIG_USE_SDL=1",
|
||||
|
||||
Reference in New Issue
Block a user