mostly done implementing callbacks for rgfw
This commit is contained in:
7
build-unix-glfw.sh
Executable file
7
build-unix-glfw.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
mlton -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
|
||||
-export-header ffi/mlton-glfw-export.h \
|
||||
shf-glfw.mlb \
|
||||
ffi/glad.c \
|
||||
ffi/glfw-export.c \
|
||||
ffi/glfw-input.c
|
||||
Reference in New Issue
Block a user