From e5738813e3faf15bfedda40e1ab8e9092df33a53 Mon Sep 17 00:00:00 2001 From: igevorse Date: Wed, 31 Dec 2014 15:56:23 +0000 Subject: [PATCH] '21 days' game: moved to russian build as a russian-only program git-svn-id: svn://kolibrios.org@5327 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 750a641715..852bdf3e37 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -482,13 +482,16 @@ tup.append_table(img_files, { }) tup.append_table(extra_files, { {"kolibrios/emul/e80/e80", PROGS .. "/emulator/e80/trunk/e80"}, - {"kolibrios/games/21days/", PROGS .. "/games/21days/21days"}, {"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"}, }) +-- For russian build, add russian-only programs. +if build_type == "rus" then tup.append_table(img_files, { + {"kolibrios/games/21days/", PROGS .. "/games/21days/21days"}, +}) end -- tup.getconfig('NO_GCC') ~= 'full' -- Skins.