Skip to content

Commit

Permalink
trying to fix windows running onyx programs
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanfh committed Dec 16, 2024
1 parent 0562a05 commit 4b940e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ if "%1" == "dist" (

mkdir dist\include
copy shared\include\onyx.h dist\include\onyx.h
copy onyx_runtime.dll dist\onyx_runtime.dll

mkdir dist\lib
copy onyx_runtime.dll dist\lib\onyx_runtime.dll
copy onyx.dll dist\lib\onyx.dll
copy onyx.lib dist\lib\onyx.lib
copy onyx.exe dist\onyx.exe
copy onyx.dll dist\onyx.dll
copy onyx.lib dist\onyx.lib

mkdir dist\tools
copy scripts\onyx-pkg.onyx dist\tools\onyx-pkg.onyx
Expand Down

0 comments on commit 4b940e5

Please sign in to comment.