mirror of
https://github.com/mgcaret/of816.git
synced 2024-12-27 19:29:58 +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
|
#!/bin/bash
|
||||||
ACMD=~/bin/AppleCommander-ac-1.5.0.jar
|
ACMD=~/bin/AppleCommander-ac-1.5.0.jar
|
||||||
set -e -x
|
set -e -x
|
||||||
|
cd $(dirname $0)
|
||||||
ca65 -I ../../inc IIgs.s -l IIgs.lst
|
ca65 -I ../../inc IIgs.s -l IIgs.lst
|
||||||
../../build.sh IIgs
|
../../build.sh IIgs
|
||||||
ld65 -C IIgs.l -S 0x8000 IIgs.o ../../forth.o -m forth.map -o forth
|
ld65 -C IIgs.l -S 0x8000 IIgs.o ../../forth.o -m forth.map -o forth
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e -x
|
set -e -x
|
||||||
|
cd $(dirname $0)
|
||||||
ca65 -I ../../inc Neon816.s -l Neon816.lst
|
ca65 -I ../../inc Neon816.s -l Neon816.lst
|
||||||
ca65 -I ../../inc romboot.s -l romboot.lst
|
ca65 -I ../../inc romboot.s -l romboot.lst
|
||||||
../../build.sh Neon816
|
../../build.sh Neon816
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e -x
|
set -e -x
|
||||||
|
cd $(dirname $0)
|
||||||
toke fcode/romloader.fs
|
toke fcode/romloader.fs
|
||||||
ruby mkromfs.rb romfs fs/*
|
ruby mkromfs.rb romfs fs/*
|
||||||
ca65 -I ../../inc W65C816SXB.s -l W65C816SXB.lst
|
ca65 -I ../../inc W65C816SXB.s -l W65C816SXB.lst
|
||||||
|
Loading…
Reference in New Issue
Block a user