From bc419bd953dc31184aa3f3a6a3c9b8693bc34b7c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 27 May 2014 16:56:34 +0100 Subject: Start of STL binary reader; start of dumpsubs. --- tools/wscript | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/wscript (limited to 'tools/wscript') diff --git a/tools/wscript b/tools/wscript new file mode 100644 index 0000000..3db10b2 --- /dev/null +++ b/tools/wscript @@ -0,0 +1,6 @@ +def build(bld): + obj = bld(features = 'cxx cxxprogram') + obj.use = ['libsub'] + obj.uselib = 'OPENJPEG CXML' + obj.source = 'dumpsubs.cc' + obj.target = 'dumpsubs' -- cgit v1.2.3