changeset 2897:260116065a2f lwtools-port

arcadepak: Add empty_smash.txt and empty_thexder.txt dummy files This was done in default branch in commit 9b29d654db13 but did not get into the lwtools branch. We'll probably do this differently later, but for now I'll just pick this solution. At this point everything I have spotted of useful changes in the default branch has been pushed to the lwtools branch. I have cherry-picked changes both ways in order to make a merge easier, but a real merge will probably not be useful. I did try it out and waded through merge conflicts and diff'ed the result with current lwtools branch, so I am pretty sure nothing useful will be lost.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 11 Jan 2014 18:20:09 +0100
parents 84e92ab14cd5
children 28ed72477814
files 3rdparty/packages/arcadepak/smash/empty_smash.txt 3rdparty/packages/arcadepak/smash/makefile 3rdparty/packages/arcadepak/thexder/empty_thexder.txt 3rdparty/packages/arcadepak/thexder/makefile
diffstat 4 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3rdparty/packages/arcadepak/smash/empty_smash.txt	Sat Jan 11 18:20:09 2014 +0100
@@ -0,0 +1,1 @@
+
--- a/3rdparty/packages/arcadepak/smash/makefile	Sat Jan 11 17:19:08 2014 +0100
+++ b/3rdparty/packages/arcadepak/smash/makefile	Sat Jan 11 18:20:09 2014 +0100
@@ -5,7 +5,8 @@
 CMDS		= smash custom
 
 SYSFILES	= flags.dat ia.fnt smash.dat smash.hsc
-ROOTFILES	= 
+
+ROOTFILES	= empty_smash.txt
 
 ALLOBJS		= $(CMDS)
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/3rdparty/packages/arcadepak/thexder/empty_thexder.txt	Sat Jan 11 18:20:09 2014 +0100
@@ -0,0 +1,1 @@
+
--- a/3rdparty/packages/arcadepak/thexder/makefile	Sat Jan 11 17:19:08 2014 +0100
+++ b/3rdparty/packages/arcadepak/thexder/makefile	Sat Jan 11 18:20:09 2014 +0100
@@ -6,6 +6,8 @@
 
 SYSFILES	= ia.fnt
 
+ROOTFILES	= empty_thexder.txt
+
 ALLOBJS		= $(CMDS)
 
 all:	$(ALLOBJS)