diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-06-27 00:36:48 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-06-27 00:36:48 +0100 |
commit | e3fd5ad05a7d933d401de431ce2d27a99d3b9995 (patch) | |
tree | 09e302cd63672f2ae1c7bf80a1d5ce164cfcd857 /compile.bat | |
parent | 37afe67488ed93dc5e39942271dd24481797fe77 (diff) |
Add update detection, clean up minor stuff
Diffstat (limited to 'compile.bat')
-rw-r--r-- | compile.bat | 4 |
1 files changed, 2 insertions, 2 deletions
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
|