From e3fd5ad05a7d933d401de431ce2d27a99d3b9995 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 27 Jun 2022 00:36:48 +0100 Subject: Add update detection, clean up minor stuff --- compile.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compile.bat') diff --git a/compile.bat b/compile.bat index fa631b1..a96da7a 100644 --- a/compile.bat +++ b/compile.bat @@ -93,8 +93,8 @@ if "%dbg%"=="1" ( ) else ( set clibs=-lmsvcrt -lvcruntime -lucrt ) -%CC% -shared -flto %ldflags% -Wl,/IMPLIB:.build/sst.lib,/Brepro,/nodefaultlib:libcmt ^ --L.build %clibs% -luser32 -ladvapi32 -lshlwapi -ld3d9 -ltier0 -lvstdlib -o sst.dll%objs% .build/dll.res || exit /b +%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 :: get rid of another useless file (can we just not create this???) del .build\sst.lib -- cgit v1.2.3