summaryrefslogtreecommitdiffhomepage
path: root/compile.bat
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2022-04-25 00:19:26 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2022-04-25 02:05:41 +0100
commit384f441ad171ed9878a1aec8d44e3857edcb0d6f (patch)
tree6112e4abf244b2a5e68886537e0ccd111c3ecabc /compile.bat
parent0a4b1acc10f0e5b9ff62f34d1261909189486cbb (diff)
Fix dark L4D2 rendering on Intel integrated GPUs
Thanks Aciidz for helping test this.
Diffstat (limited to 'compile.bat')
-rw-r--r--compile.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.bat b/compile.bat
index 0f88cee..c8e2d40 100644
--- a/compile.bat
+++ b/compile.bat
@@ -68,7 +68,7 @@ if "%dbg%"=="1" (
set clibs=-lmsvcrt -lvcruntime -lucrt
)
%CC% -shared -flto %ldflags% -Wl,/IMPLIB:.build/sst.lib,/Brepro,/nodefaultlib:libcmt ^
--L.build %clibs% -luser32 -ladvapi32 -lshlwapi -ltier0 -lvstdlib -o sst.dll%objs% .build/dll.res || exit /b
+-L.build %clibs% -luser32 -ladvapi32 -lshlwapi -ld3d9 -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