mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ref: common: draft new static library, containing shared code for ref_gl and ref_soft
This commit is contained in:
1
wscript
1
wscript
@@ -91,6 +91,7 @@ SUBDIRS = [
|
||||
Subproject('3rdparty/nanogl', lambda x: x.env.CLIENT and x.env.NANOGL),
|
||||
Subproject('3rdparty/gl-wes-v2', lambda x: x.env.CLIENT and x.env.GLWES),
|
||||
Subproject('3rdparty/gl4es', lambda x: x.env.CLIENT and x.env.GL4ES),
|
||||
Subproject('ref/common', lambda x: x.env.CLIENT),
|
||||
Subproject('ref/gl', lambda x: x.env.CLIENT and (x.env.GL or x.env.NANOGL or x.env.GLWES or x.env.GL4ES or x.env.GLES3COMPAT)),
|
||||
Subproject('ref/soft', lambda x: x.env.CLIENT and x.env.SOFT),
|
||||
Subproject('ref/null', lambda x: x.env.CLIENT and x.env.NULL),
|
||||
|
||||
Reference in New Issue
Block a user