view compile @ 114:25a205094f9b

More performance optimizations
author Mike Pavone <pavone@retrodev.com>
date Wed, 13 Oct 2010 01:15:04 +0000
parents 0083b2f7b3c7
children e556416e9c91
line wrap: on
line source

#!/bin/sh

if test -f "$1.c"; then
	rm "$1.c"
fi

./rhope -t 1 compile_old.rhope $1

if test ! -f "$1.c"; then
	echo "Compilation to C failed"
	exit 1
fi

./ctobin $@
#cp runtime/* build/
#cp "$1.c" build/
#cd build
#bin=`echo $1 | sed s/\.rhope//`
#
#if test -f "$bin"; then
#	rm "$bin"
#fi
#gcc -Wformat=0 -o $bin $2 "$1.c" blueprint.c context.c fixed_alloc.c object.c