mirror of
https://github.com/mgcaret/of816.git
synced 2024-12-27 04:29:32 +00:00
platform build scripts should change to their own dirs
This commit is contained in:
parent
b2ce9a89f9
commit
681d8356c5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user