Added secondary linker config for C64 overlays (incl. demo program).

git-svn-id: svn://svn.cc65.org/cc65/trunk@5679 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-06-03 16:16:11 +00:00
parent ea51c5a4e2
commit 3cb0cce00d
3 changed files with 146 additions and 0 deletions

View File

@@ -122,6 +122,9 @@ endif
nachtm: nachtm.o
overlaydemo: overlaydemo.o
@$(LD) -t $(SYS) -m $(basename $@).map -C $(SYS)-overlay.cfg -o $@ $^ $(CLIB)
plasma: plasma.o
sieve: sieve.o