From: Brendan Hansen Date: Wed, 4 May 2022 17:05:40 +0000 (-0500) Subject: windows build working again X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=2a59088c32beaf1cd6c89fde28a8d1a060edba49;p=onyx.git windows build working again --- diff --git a/build.bat b/build.bat index 2cc4af06..edb07682 100644 --- a/build.bat +++ b/build.bat @@ -33,7 +33,7 @@ del *.ilk > NUL 2> NUL del *.obj > NUL 2> NUL del misc\icon_resource.res -cl /MT /std:c17 /TC /I include /I lib/common/include /D_USRDLL /D_WINDLL src\onyx_runtime.c /link /DLL /OUT:onyx_runtime.dll +cl /MT /std:c17 /TC /I include /I lib/common/include /D_USRDLL /D_WINDLL src\onyx_runtime.c /link /DLL ws2_32.lib /OUT:onyx_runtime.dll del onyx_runtime.obj del onyx_runtime.lib