wscript: add yy-thunks library to help support the holy cow of windows users

This commit is contained in:
Alibek Omarov
2026-06-21 09:41:12 +05:00
parent 57206b3651
commit 3366ad06d0
14 changed files with 76 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ def build(bld):
bld.program(source = source,
target = 'xash3d', # hl.exe
use = 'sdk_includes DL USER32 SHELL32 werror',
use = 'sdk_includes DL USER32 SHELL32 werror yy_thunks',
rpath = bld.env.DEFAULT_RPATH,
install_path = bld.env.BINDIR,
subsystem = bld.env.MSVC_SUBSYSTEM