ref: common: draft new static library, containing shared code for ref_gl and ref_soft

This commit is contained in:
Alibek Omarov
2026-04-12 15:52:33 +05:00
parent 6719443d99
commit 0b49e60c22
13 changed files with 136 additions and 290 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def configure(conf):
return
def build(bld):
libs = [ 'engine_includes', 'werror' ]
libs = [ 'ref_common', 'engine_includes', 'werror' ]
# on PSVita do not link any libraries that are already in the main executable, but add the includes target
if bld.env.DEST_OS == 'psvita':
libs += [ 'sdk_includes' ]