mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-14 13:33:48 +00:00
peasant: fix build
This commit is contained in:
parent
416fc9fb8e
commit
97077a07f5
@ -1,9 +1,7 @@
|
||||
|
||||
PNG2RLE = ../../../utils/gr-utils/png2rle
|
||||
PNG2GR = ../../../utils/gr-utils/png2gr
|
||||
PNG2HGR = ../../../utils/hgr-utils/png2hgr
|
||||
#LZSA = ~/research/lzsa/lzsa/lzsa
|
||||
B2D = ../../../utils/bmp2dhr/b2d
|
||||
|
||||
PNG2GR = ../../../../utils/gr-utils/png2gr
|
||||
PNG2HGR = ../../../../utils/hgr-utils/png2hgr
|
||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
||||
|
||||
all: copy_graphics.inc
|
||||
|
@ -6,6 +6,15 @@ all: INTRO
|
||||
|
||||
###
|
||||
|
||||
../graphics_peasantry/cottage.zx02:
|
||||
cd ../graphics_peasantry && make
|
||||
|
||||
../sprites/peasant_sprites.inc:
|
||||
cd ../sprites && make
|
||||
|
||||
###
|
||||
|
||||
|
||||
INTRO: intro.o
|
||||
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:
|
||||
rm -f *~ *.o *.lst INTRO
|
||||
|
||||
|
@ -28,7 +28,6 @@ graphics_map/map_graphics.inc:
|
||||
|
||||
distclean:
|
||||
make clean
|
||||
cd graphics_archery && make clean
|
||||
cd graphics_map && make clean
|
||||
|
||||
###
|
||||
|
@ -1,9 +1,6 @@
|
||||
|
||||
PNG2RLE = ../../../utils/gr-utils/png2rle
|
||||
PNG2GR = ../../../utils/gr-utils/png2gr
|
||||
PNG2HGR = ../../../utils/hgr-utils/png2hgr
|
||||
#LZSA = ~/research/lzsa/lzsa/lzsa
|
||||
B2D = ../../../utils/bmp2dhr/b2d
|
||||
PNG2GR = ../../../../utils/gr-utils/png2gr
|
||||
PNG2HGR = ../../../../utils/hgr-utils/png2hgr
|
||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
||||
|
||||
all: trogdor_graphics.inc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user