Browse code

Initial commit

Dario Rodriguez authored on 26/01/2025 11:50:16
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+if [ ! -e test-icon_256x256.png ] ; then
3
+	convert -size 256x256 xc:white test-icon_256x256.png
4
+fi
5
+toolchain-zig/compile.sh test.c -c -o test-windows.o
6
+toolchain-zig/link.sh -icon test-icon_256x256.png test.exe test-windows.o toolchain-zig/windows-msys2-mingw/lib/libraylib.a