#!/bin/sh [ -d "$1" ] || ( echo "usage: $0 "; exit 1 ) cd "$1" echo "Symlinking assembly files..." ln -sf icache.s libnds/source/arm9/icache.S ln -sf dcache.s libnds/source/arm9/dcache.S ln -sf exceptionHandler.s libnds/source/arm9/exceptionHandler.S ln -sf biosCalls.s libnds/source/common/biosCalls.S ln -sf interruptDispatcher.s libnds/source/common/interruptDispatcher.S echo "Creating font header..." cat > libnds/include/default_font_bin.h <