# HG changeset patch # User Tormod Volden # Date 1389460809 -3600 # Node ID 260116065a2f50c55b4a7660bc24d589f31c3b26 # Parent 84e92ab14cd592fed8a72867a457139f2d04b626 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. diff -r 84e92ab14cd5 -r 260116065a2f 3rdparty/packages/arcadepak/smash/empty_smash.txt --- /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 @@ + diff -r 84e92ab14cd5 -r 260116065a2f 3rdparty/packages/arcadepak/smash/makefile --- 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) diff -r 84e92ab14cd5 -r 260116065a2f 3rdparty/packages/arcadepak/thexder/empty_thexder.txt --- /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 @@ + diff -r 84e92ab14cd5 -r 260116065a2f 3rdparty/packages/arcadepak/thexder/makefile --- 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)