view build-data.sh @ 12:4bfeef9f361a

Rename data PACK / blob building script.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Sep 2012 06:46:15 +0300
parents pakkaa.sh@a712382dcf6a
children ea2d19de8932
line wrap: on
line source

#!/bin/sh
CPWD=`pwd`
PACKED="$CPWD/packed.bin"

if test ! -x "$PACKED"; then
	make -f Makefile clean
	make -f Makefile EXEEXT=".bin" BINPATH="$CPWD" "$PACKED"
fi

cd "$CPWD/data" && $PACKED -c -p "$CPWD/exe/orvellys.dat" *