From 0b6d7b1baf2baf1f36a3a92865730c2d78fc12be Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 11 Jan 2018 18:14:18 +0100 Subject: platforms added --- code/platform | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 code/platform (limited to 'code/platform') diff --git a/code/platform b/code/platform new file mode 100755 index 0000000..545b475 --- /dev/null +++ b/code/platform @@ -0,0 +1,14 @@ +#!/bin/sh +# + +BASEDIR=$(dirname $0) + +if [ -z $1 ]; then + echo usage $0 "" + exit 1 +fi + +PLATFORM=$1 + +ln -sf $BASEDIR/Makefile.$PLATFORM $BASEDIR/Makefile.platform +ln -sf $BASEDIR/config_$PLATFORM.h $BASEDIR/config.h \ No newline at end of file -- cgit v1.2.3