From b18326a75078530df7712667f41b4ea354e1da3e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 23 Mar 2022 02:38:21 +0000 Subject: Work around plugin unloading bug in old branches This also introduces some stuff for interacting with the current plugin list. Other plugin management utilies are Coming Soon... --- compile.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.bat') diff --git a/compile.bat b/compile.bat index b2a880a..da1e2d2 100644 --- a/compile.bat +++ b/compile.bat @@ -49,7 +49,7 @@ call :cc src/kv.c || exit /b call :cc src/rinput.c || exit /b call :cc src/sst.c || exit /b call :cc src/udis86.c || exit /b -clang -m32 -shared -O2 -flto -fuse-ld=lld -Wl,/implib:.build/sst.lib,/Brepro ^ +clang -m32 -fuse-ld=lld -shared -O2 -flto -Wl,/IMPLIB:.build/sst.lib,/Brepro ^ -L.build -luser32 -ladvapi32 -lshlwapi -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