Generate shared object

Modify build-script to generate a shared library for Godot.
This commit is contained in:
Aidan Mullen 2024-05-04 09:36:09 -04:00
parent d8431a7485
commit 2c4cdb41a1
9 changed files with 150 additions and 48 deletions

13
.gitignore vendored
View file

@ -16,12 +16,25 @@
!README
!TODO
# /bin
!/bin/
/bin/*
!/bin/main.gdextension
# /docs
!/docs/
/docs/*
!/docs/1.1_PRIVACY
# /engine
!/engine/
/engine/*
!/engine/project.godot
!/engine/icon.svg
# /src
!/src/
/src/*