diff options
author | Chris Xiong <chirs241097@gmail.com> | 2015-10-06 11:13:15 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2015-10-06 11:13:15 +0800 |
commit | df888862b81d3c5baa011e79e41b33f3963d812a (patch) | |
tree | 1efbb0c5901dc1f622ca5d9286e8f78c4f60c28f /tools/dtputil/build | |
parent | 7f6e5a022b800af0a2f7ab502743805e6fbc448c (diff) | |
download | bullet-lab-remix-df888862b81d3c5baa011e79e41b33f3963d812a.tar.xz |
Add tools and code cleanup.
Float data type unification.
Reimplement call stack with a REAL stack.
Diffstat (limited to 'tools/dtputil/build')
-rwxr-xr-x | tools/dtputil/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/dtputil/build b/tools/dtputil/build new file mode 100755 index 0000000..7093351 --- /dev/null +++ b/tools/dtputil/build @@ -0,0 +1,3 @@ +#!/bin/bash +g++ dtputil.cpp -Wall -o dtputil -lz -Wl,../../extensions/libsmeltext.a -g +g++ anmutil.cpp -Wall -o anmutil -lz -Wl,../../extensions/libsmeltext.a -g
\ No newline at end of file |