diff options
author | Willian Henrique <wsimanbrazil@yahoo.com.br> | 2023-05-08 18:12:28 -0300 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-05-17 00:04:55 +0100 |
commit | 35ff516fc23f5bc90d30e9a5827ae492ca9e550a (patch) | |
tree | fb96da5feaa79af02c5581f5ede691ff0e0d0953 /compile.bat | |
parent | 7933acbabceba8fd826f6505bfeb3ae8baff0a5c (diff) |
Add snd_mute_losefocus backport
Diffstat (limited to 'compile.bat')
-rw-r--r-- | compile.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compile.bat b/compile.bat index f48453e..c275cb0 100644 --- a/compile.bat +++ b/compile.bat @@ -73,6 +73,7 @@ setlocal DisableDelayedExpansion :+ hook.c
:+ kv.c
:+ l4dwarp.c
+:+ nomute.c
:+ nosleep.c
:+ portalcolours.c
:+ rinput.c
@@ -102,7 +103,8 @@ if "%dbg%"=="1" ( set clibs=-lmsvcrt -lvcruntime -lucrt
)
%CC% -shared -flto %ldflags% -Wl,/IMPLIB:.build/sst.lib,/Brepro,/nodefaultlib ^
--L.build %clibs% -lkernel32 -luser32 -ladvapi32 -lshlwapi -ld3d9 -ltier0 -lvstdlib -o sst.dll%objs% .build/dll.res || exit /b
+-L.build %clibs% -lkernel32 -luser32 -ladvapi32 -lshlwapi -ld3d9 -ldsound ^
+-ltier0 -lvstdlib -o sst.dll%objs% .build/dll.res || exit /b
:: get rid of another useless file (can we just not create this???)
del .build\sst.lib
|