diff scripts/mkcomp-test.sh @ 10:352f80da6813

ACI compiles!
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Sep 2016 02:31:03 +0000
parents
children 6323e661f2ed
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/mkcomp-test.sh	Tue Sep 27 02:31:03 2016 +0000
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+BUILD_DIR=build-sb
+GPRS=1
+MMI=0
+SRVC=1
+USE_STR2IND=0
+
+export BUILD_DIR GPRS MMI SRVC USE_STR2IND
+
+exec scripts/mk-component.sh "$@"