From 4fd735ecae3051804f5dc53a45b04e98c84f00b9 Mon Sep 17 00:00:00 2001 From: alpine Date: Tue, 16 Dec 2014 16:58:26 +0000 Subject: [PATCH] Game: Marble Match 3 to ISO git-svn-id: svn://kolibrios.org@5236 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 0bb6a3ebc0..b6d303825a 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -469,6 +469,7 @@ tup.append_table(extra_files, { {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"}, {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"}, {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"}, + {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"}, {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"}, })