Files
sml-projects/dotscape/build-unix.sh

10 lines
239 B
Bash
Raw Permalink Normal View History

2024-07-28 14:22:17 +01:00
#!/bin/sh
mlton -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
-export-header ffi/export.h \
-output dsc \
2024-08-01 20:52:20 +01:00
dotscape.mlb \
2024-07-28 14:22:17 +01:00
ffi/glad.c \
ffi/glfw-export.c \
ffi/gles3-export.c \
ffi/glfw-input.c