Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/subrtns/makefile @ 2747:7aa39bea428b
Fixed the tOC_80d.txt file related to manhunter1.
Updated makefile(s) for kingsquest2, kingsquest3, kingsquest4, leisuresuitlarry, manhunter1, and manhunter2 so that becker boot disks for use with drivewire4 server are created.
author | drencor-xeen |
---|---|
date | Wed, 09 Jan 2013 16:51:45 -0600 |
parents | 174d263c0995 |
children | 53c42701f680 e4a0f58a5f9b |
line wrap: on
line source
include ../../rules.mak DEPENDS = ./makefile CMDS = cpu hires_l1 hires_l2 joystk ALLOBJS = $(CMDS) all: banner $(ALLOBJS) $(DEPENDS) banner: @$(ECHO) "**************************************************" @$(ECHO) "* *" @$(ECHO) "* 3rd Party Subroutine Modules *" @$(ECHO) "* *" @$(ECHO) "**************************************************" hires_l1: hires.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) -aLevel=1 hires_l2: hires.asm $(AS) $(ASOUT)$@ $< $(AFLAGS) -aLevel=2 clean: $(RM) $(ALLOBJS)