first commit

This commit is contained in:
2024-06-10 12:48:14 +03:00
commit d54c9805b3
1398 changed files with 739400 additions and 0 deletions

12
thirdparty/ode-0.16.5/libccd/bootstrap vendored Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
# on Mac libtoolize is called glibtoolize
LIBTOOLIZE=libtoolize
if [ `uname -s` = Darwin ]; then
LIBTOOLIZE=glibtoolize
fi
$LIBTOOLIZE -c --automake
aclocal
autoheader
autoconf
automake -a --foreign -c