From df888862b81d3c5baa011e79e41b33f3963d812a Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 6 Oct 2015 11:13:15 +0800 Subject: Add tools and code cleanup. Float data type unification. Reimplement call stack with a REAL stack. --- tools/dtputil/build | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tools/dtputil/build (limited to 'tools/dtputil/build') 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 -- cgit v1.2.3