2025-08-03 13:14:28 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
mlton -const 'Exn.keepHistory true' -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
|
2026-01-23 13:37:13 +00:00
|
|
|
-export-header ffi/mlton-glfw-export.h \
|
2026-01-23 20:53:37 +00:00
|
|
|
shf-glfw.mlb \
|
2025-08-03 13:14:28 +01:00
|
|
|
ffi/glad.c \
|
|
|
|
|
ffi/glfw-export.c \
|
|
|
|
|
ffi/glfw-input.c
|