mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
peasant: fix build
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
###
|
###
|
||||||
|
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user