From: Brendan Hansen Date: Thu, 6 Apr 2023 16:29:41 +0000 (-0500) Subject: updated: windows build X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=12b34e8d21190091ffef45ce261675a03d38458c;p=onyx.git updated: windows build --- diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 6aebf436..bea4613c 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -39,8 +39,8 @@ jobs: path: | core examples - lib/windows_x86_64/lib/wasmer.dll + shared/lib/windows_x86_64/lib/wasmer.dll misc - modules onyx_runtime.dll + tests onyx.exe diff --git a/build.bat b/build.bat index d69552db..733e4471 100644 --- a/build.bat +++ b/build.bat @@ -22,19 +22,8 @@ del *.ilk > NUL 2> NUL del *.obj > NUL 2> NUL del misc\icon_resource.res -REM Compile the onyx-run tool -set SOURCE_FILES=compiler/src/onyxrun.c compiler/src/wasm_runtime.c - -rc.exe misc/icon_resource.rc -cl.exe %FLAGS% /Icompiler/include /std:c17 /TC %SOURCE_FILES% /link /IGNORE:4217 %LINK_OPTIONS% /DEBUG /OUT:onyx-run.exe /incremental:no /opt:ref /subsystem:console misc\icon_resource.res - -del *.pdb > NUL 2> NUL -del *.ilk > NUL 2> NUL -del *.obj > NUL 2> NUL -del misc\icon_resource.res - cl /MT /std:c17 /TC /I compiler/include /I shared/include /D_USRDLL /D_WINDLL runtime\onyx_runtime.c /link /DLL ws2_32.lib /OUT:onyx_runtime.dll del onyx_runtime.obj del onyx_runtime.lib -del onyx_runtime.exp \ No newline at end of file +del onyx_runtime.exp