comparison 3rdparty/packages/arcadepak/smash/makefile @ 2762:9b29d654db13

Added empty_smash.txt and empty_thexder.txt to their respective folders and updated makefile(s) to use these files for their blank ROOT variables. Corrected problem with blackcauldron makefile removing tocgen in disk creation process. Corrected problem with christmas86 makefile removing tocgen in disk creation process.
author drencor-xeen
date Wed, 16 Jan 2013 13:16:05 -0600
parents e88aef1ccaec
children df598bc45426
comparison
equal deleted inserted replaced
2761:e88aef1ccaec 2762:9b29d654db13
6 DEPENDS = ./makefile 6 DEPENDS = ./makefile
7 7
8 CMDS = smash custom 8 CMDS = smash custom
9 9
10 SYSFILES = flags.dat ia.fnt smash.dat smash.hsc 10 SYSFILES = flags.dat ia.fnt smash.dat smash.hsc
11 ROOTFILES = 11
12 ROOTFILES = empty_smash.txt
12 13
13 ALLOBJS = $(CMDS) 14 ALLOBJS = $(CMDS)
14 15
15 all: $(ALLOBJS) 16 all: $(ALLOBJS)
16 17