diff options
author | rexim <reximkut@gmail.com> | 2024-03-21 02:32:02 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-21 02:32:02 +0700 |
commit | eb176c4484634e78c2d48f1143814845e703fc0b (patch) | |
tree | 9295a1de7387725776ce55e58867d9b93bd959a1 /build-mingw32-w64.sh | |
parent | 3fad142df592a37458fd2f511f4688452ec41904 (diff) |
Windows build
Diffstat (limited to 'build-mingw32-w64.sh')
-rwxr-xr-x | build-mingw32-w64.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-mingw32-w64.sh b/build-mingw32-w64.sh new file mode 100755 index 0000000..8f1b53a --- /dev/null +++ b/build-mingw32-w64.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -xe + +x86_64-w64-mingw32-gnatmake-win32 -f -Wall -Wextra -gnat2022 game.adb -largs -L./raylib/raylib-5.0_win64_mingw-w64/lib/ -l:libraylib.a -lwinmm -lgdi32 -static |