From 4d1b17a1d00566996a9722de2d0c30358380d18f Mon Sep 17 00:00:00 2001 From: Yogev Ezra Date: Wed, 31 Dec 2014 18:25:33 +0000 Subject: [PATCH] Add nsider game from eugene455 to ISO/distr git-svn-id: svn://kolibrios.org@5336 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 93c1115dfc..b8c187adfd 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -497,6 +497,7 @@ tup.append_table(extra_files, { {"kolibrios/games/heliothryx/", PROGS .. "/games/heliothryx/heliothryx"}, {"kolibrios/games/2048/", PROGS .. "/games/2048/2048"}, {"kolibrios/games/marblematch3/", PROGS .. "/games/marblematch3/marblematch3"}, + {"kolibrios/games/nsider/", PROGS .. "/games/nsider/nsider"}, {"kolibrios/games/quake/", "common/games/quake/*"}, -- not really gcc, but no sense without sdlquake {"kolibrios/games/quake/", "../contrib/other/sdlquake-1.0.9/sdlquake"}, })