From 98cb3f46a7ea12279d99af60fcb136c0aa8b0b37 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 18 Feb 2016 02:57:52 -0500 Subject: fix cart target (add conio/conio.lib) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f1dae80..8bac370 100644 --- a/Makefile +++ b/Makefile @@ -314,7 +314,7 @@ mkcart: mkcart.c # tail -c+2 taimain.xex > romable_taimain.raw # rm -f taimain.xex -romable_taimain.raw: $(TAIMAIN_C_SRC) $(TAIMAIN_ASM_SRC) $(TAIMAIN_HDRS) $(BIGNUM_SRC) $(BIGNUM_HDRS) +romable_taimain.raw: $(TAIMAIN_C_SRC) $(TAIMAIN_ASM_SRC) $(TAIMAIN_HDRS) $(BIGNUM_SRC) $(BIGNUM_HDRS) $(TAIMAIN_LIBS) cl65 --config cartbank3.cfg -m taipan.map -t atari -T -I. -L. -DFONT_ADDR=0x9c00 --start-addr 0x3ff -Wl -D__STACKSIZE__=0x200 -O -Wl -D__SYSTEM_CHECK__=1 -Wl -D__AUTOSTART__=1 -Wl -D__EXEHDR__=1 -DCART_TARGET=1 --asm-define CART_TARGET=1 -DBIGNUM=BIGFLOAT -o romable_taimain.raw.in $(TAIMAIN_C_SRC) $(TAIMAIN_ASM_SRC) $(BIGNUM_SRC) $(TAIMAIN_LIBS) tail -c+2 romable_taimain.raw.in > romable_taimain.raw rm -f romable_taimain.raw.in -- cgit v1.2.3