summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-07-16 06:41:43 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-07-16 06:41:43 +0000
commita273e83afa9ce58c9c9ddba1b5a2bfe3365878b1 (patch)
treee734bc4ae1711b3c80a3719d080ece6e4375b86b /src/tools
parent5736f84819972c9840f2781a4dfd06376bd6fc4f (diff)
From: David Haywood [neohaze@nildram.co.uk]
Sent: Wednesday, July 15, 2009 3:36 PM To: Aaron Giles; Angelo Salese; Klaus Sommer, B.Sc Subject: new clones - witch card , scherrym This adds the recent team europe dumps. I haven't looked at them much 'Poker' is another Witch Card set 'Super Cherry Master' runs on cb2001 hardware, but the graphic rom is missing. new clones ----------- Witch Card (german?) [Team Europe / Dumping Union] new not working ----------------- Super Cherry Master [Team Europe / Dumping Union] (incomplete set)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tools.mak13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tools/tools.mak b/src/tools/tools.mak
index d9aca2e4673..56a1cd8ec7a 100644
--- a/src/tools/tools.mak
+++ b/src/tools/tools.mak
@@ -136,3 +136,16 @@ SRC2HTMLOBJS = \
src2html$(EXE): $(SRC2HTMLOBJS) $(LIBUTIL) $(LIBOCORE) $(ZLIB) $(EXPAT)
@echo Linking $@...
$(LD) $(LDFLAGS) $^ $(LIBS) -o $@
+
+
+
+#-------------------------------------------------
+# split
+#-------------------------------------------------
+
+SPLITOBJS = \
+ $(TOOLSOBJ)/split.o \
+
+split$(EXE): $(SPLITOBJS) $(LIBUTIL) $(LIBOCORE) $(ZLIB) $(EXPAT)
+ @echo Linking $@...
+ $(LD) $(LDFLAGS) $^ $(LIBS) -o $@