This commit is contained in:
2024-09-30 13:43:43 +01:00
commit c37c8d60e3
14 changed files with 4966 additions and 0 deletions

8
build-unix.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
mlton -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
-export-header ffi/export.h \
shf.mlb \
ffi/glad.c \
ffi/glfw-export.c \
ffi/gles3-export.c \
ffi/glfw-input.c