Add base files for bindings
Add base files for C++ and D that will interface with the existing C integration.
This commit is contained in:
parent
f474eb7478
commit
dd8e9d4296
9 changed files with 74 additions and 1 deletions
5
build.sh
5
build.sh
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
# Build Script
|
||||
|
||||
# Prepare to Build Project
|
||||
|
||||
mkdir ./bld
|
||||
mkdir ./bld/out
|
||||
|
||||
# Run Autotools
|
||||
libtoolize
|
||||
aclocal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue