ref: move RunLightstyles to ref_common

This commit is contained in:
Alibek Omarov
2026-04-12 22:12:50 +05:00
parent 9d03959196
commit 8cd40db261
9 changed files with 15 additions and 125 deletions

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
)