peasant: fix build

This commit is contained in:
Vince Weaver
2024-09-19 14:37:00 -04:00
parent 416fc9fb8e
commit 97077a07f5
4 changed files with 19 additions and 11 deletions

View File

@@ -1,9 +1,7 @@
PNG2RLE = ../../../utils/gr-utils/png2rle
PNG2GR = ../../../utils/gr-utils/png2gr PNG2GR = ../../../../utils/gr-utils/png2gr
PNG2HGR = ../../../utils/hgr-utils/png2hgr PNG2HGR = ../../../../utils/hgr-utils/png2hgr
#LZSA = ~/research/lzsa/lzsa/lzsa
B2D = ../../../utils/bmp2dhr/b2d
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 ZX02 = ~/research/6502_compression/zx02.git/build/zx02
all: copy_graphics.inc all: copy_graphics.inc

View File

@@ -6,6 +6,15 @@ all: INTRO
### ###
../graphics_peasantry/cottage.zx02:
cd ../graphics_peasantry && make
../sprites/peasant_sprites.inc:
cd ../sprites && make
###
INTRO: intro.o INTRO: intro.o
ld65 -o INTRO intro.o -C $(LINKER_SCRIPTS)/apple2_6000.inc ld65 -o INTRO intro.o -C $(LINKER_SCRIPTS)/apple2_6000.inc
@@ -39,6 +48,11 @@ intro.o: intro.s ../zp.inc ../qload.inc ../music/music.inc \
### ###
distclean:
make clean
#####
clean: clean:
rm -f *~ *.o *.lst INTRO rm -f *~ *.o *.lst INTRO

View File

@@ -28,7 +28,6 @@ graphics_map/map_graphics.inc:
distclean: distclean:
make clean make clean
cd graphics_archery && make clean
cd graphics_map && make clean cd graphics_map && make clean
### ###

View File

@@ -1,9 +1,6 @@
PNG2RLE = ../../../utils/gr-utils/png2rle PNG2GR = ../../../../utils/gr-utils/png2gr
PNG2GR = ../../../utils/gr-utils/png2gr PNG2HGR = ../../../../utils/hgr-utils/png2hgr
PNG2HGR = ../../../utils/hgr-utils/png2hgr
#LZSA = ~/research/lzsa/lzsa/lzsa
B2D = ../../../utils/bmp2dhr/b2d
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 ZX02 = ~/research/6502_compression/zx02.git/build/zx02
all: trogdor_graphics.inc \ all: trogdor_graphics.inc \