diff options
Diffstat (limited to 'compile.bat')
-rw-r--r-- | compile.bat | 2 |
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
|