summaryrefslogtreecommitdiff
path: root/generate.sh
blob: 87c97614ec8aafe83cc6b66eb93868f487ebf559 (plain)
1
2
3
4
5
6
7
8
9
10
11
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