platform build scripts should change to their own dirs

This commit is contained in:
mgcaret 2019-12-13 23:35:07 -08:00
parent b2ce9a89f9
commit 681d8356c5
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
ACMD=~/bin/AppleCommander-ac-1.5.0.jar
set -e -x
cd $(dirname $0)
ca65 -I ../../inc IIgs.s -l IIgs.lst
../../build.sh IIgs
ld65 -C IIgs.l -S 0x8000 IIgs.o ../../forth.o -m forth.map -o forth

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -e -x
cd $(dirname $0)
ca65 -I ../../inc Neon816.s -l Neon816.lst
ca65 -I ../../inc romboot.s -l romboot.lst
../../build.sh Neon816

View File

@ -1,5 +1,6 @@
#!/bin/bash
set -e -x
cd $(dirname $0)
toke fcode/romloader.fs
ruby mkromfs.rb romfs fs/*
ca65 -I ../../inc W65C816SXB.s -l W65C816SXB.lst