ref: move RunLightstyles to ref_common

This commit is contained in:
Alibek Omarov
2026-04-13 13:01:18 +05:00
committed by a1batross
parent f5f6d9bbe4
commit 81abae65b5
9 changed files with 15 additions and 125 deletions
+1
View File
@@ -14,6 +14,7 @@ def build(bld):
target = 'ref_common',
includes = '.',
export_includes = '.',
defines = 'REF_DLL=1',
use = 'engine_includes public werror',
subsystem = bld.env.MSVC_SUBSYSTEM
)