From 1036035752eda75b8752e9e18841e73e871bf683 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 24 Jun 2015 14:08:10 +0300 Subject: add scripts --- linux/wscript | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 linux/wscript (limited to 'linux/wscript') diff --git a/linux/wscript b/linux/wscript new file mode 100755 index 00000000..da735832 --- /dev/null +++ b/linux/wscript @@ -0,0 +1,31 @@ +#!/usr/bin/env python +# encoding: utf-8 +#hhaim + +import ws_main + +#mandatory .... +top = ws_main.top +out = ws_main.out + + +def options(opt): + ws_main.options(opt) + + +def configure(conf): + ws_main.configure(conf) + + +def build(bld): + ws_main.build(bld) + + +def build_info(bld): + ws_main.build_info(bld) + + + + + + -- cgit 1.2.3-korg