aboutsummaryrefslogtreecommitdiff
path: root/tools/dtputil/build
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-06 11:13:15 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-10-06 11:13:15 +0800
commitdf888862b81d3c5baa011e79e41b33f3963d812a (patch)
tree1efbb0c5901dc1f622ca5d9286e8f78c4f60c28f /tools/dtputil/build
parent7f6e5a022b800af0a2f7ab502743805e6fbc448c (diff)
downloadbullet-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-xtools/dtputil/build3
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