Files
hs-rgfw/generate.sh
2026-01-24 19:26:30 +01:00

12 lines
255 B
Bash
Executable File

echo "#"
echo "# generating library RGFW.Generated in folder lib"
echo "#"
hs-bindgen-cli preprocess \
-Irgfw \
--create-output-dirs \
--overwrite-files \
--hs-output-dir lib \
--module RGFW.Generated \
--clang-option=-DRGFW_OPENGL \
RGFW.h