mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-04-17 12:42:00 +00:00
riven: anothing missing file
This commit is contained in:
parent
fa9f95d0aa
commit
6f42fabb94
47
games/riven_hgr/disk05_files/Makefile
Normal file
47
games/riven_hgr/disk05_files/Makefile
Normal file
@ -0,0 +1,47 @@
|
||||
include ../../../Makefile.inc
|
||||
|
||||
LINKER_SCRIPTS = ../../../linker_scripts/
|
||||
|
||||
|
||||
all: DISK05 LEVEL_CHAIR
|
||||
|
||||
####
|
||||
|
||||
DISK05: disk05.o
|
||||
ld65 -o DISK05 disk05.o -C $(LINKER_SCRIPTS)/apple2_4000.inc
|
||||
|
||||
disk05.o: disk05.s ../zp.inc
|
||||
ca65 -o disk05.o disk05.s -l disk05.lst
|
||||
|
||||
####
|
||||
|
||||
LEVEL_CHAIR: level_chair.o
|
||||
ld65 -o LEVEL_CHAIR level_chair.o -C $(LINKER_SCRIPTS)/apple2_4000.inc
|
||||
|
||||
level_chair.o: level_chair.s \
|
||||
../zp.inc ../hardware.inc ../qload.inc \
|
||||
../common_defines.inc disk05_defines.inc \
|
||||
leveldata_chair.inc \
|
||||
graphics_chair/chair_graphics.inc
|
||||
ca65 -o level_chair.o level_chair.s -l level_chair.lst
|
||||
|
||||
####
|
||||
|
||||
graphics_chair/chair_graphics.inc:
|
||||
cd graphics_chair && make
|
||||
|
||||
####
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.lst DISK05 \
|
||||
LEVEL_CHAIR
|
||||
|
||||
####
|
||||
|
||||
distclean:
|
||||
rm -f *~ *.o *.lst DISK05 \
|
||||
LEVEL_CHAIR
|
||||
cd graphics_chair && make clean
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user