From 384f441ad171ed9878a1aec8d44e3857edcb0d6f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 25 Apr 2022 00:19:26 +0100 Subject: Fix dark L4D2 rendering on Intel integrated GPUs Thanks Aciidz for helping test this. --- compile.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.bat') 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 -- cgit v1.2.3-54-g00ecf