From e618fab81710f498878c2aad511be4f03bb93008 Mon Sep 17 00:00:00 2001 From: Anton_K Date: Wed, 31 Dec 2014 17:19:43 +0000 Subject: [PATCH] Add Dungeons to iso/dist git-svn-id: svn://kolibrios.org@5334 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index a36a43118b..6504324044 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -186,6 +186,11 @@ if build_type == "rus" then tup.append_table(extra_files, { {"HD_Load/mtldr/", PROGS .. "/hd_load/mtldr/install.txt"}, {"HD_Load/USB_Boot/", PROGS .. "/hd_load/usb_boot/readme.txt"}, {"kolibrios/media/zsea/zsea_keys.txt", PROGS .. "/media/zsea/Docs/zSea_keys_rus.txt"}, + {"kolibrios/games/Dungeons/Resources/Textures/Environment/", PROGS .. "/games/Dungeons/Resources/Textures/Environment/*"}, + {"kolibrios/games/Dungeons/Resources/Textures/Objects/", PROGS .. "/games/Dungeons/Resources/Textures/Objects/*"}, + {"kolibrios/games/Dungeons/Resources/Textures/HUD/", PROGS .. "/games/Dungeons/Resources/Textures/HUD/*"}, + {"kolibrios/games/Dungeons/Resources/Textures/", PROGS .. "/games/Dungeons/Resources/Textures/Licenses.txt"}, + {"kolibrios/games/Dungeons/", PROGS .. "/games/Dungeons/readme_ru.txt"}, }) else tup.append_table(extra_files, { {"Docs/config.txt", build_type .. "/docs/CONFIG.TXT"}, {"Docs/copying.txt", build_type .. "/docs/COPYING.TXT"}, @@ -429,6 +434,10 @@ if build_type == "rus" then tup.append_table(img_files, { {"GAMES/SOKO", PROGS .. "/games/soko/trunk/SOKO"}, }) end +if build_type == "rus" then tup.append_table(extra_files, { + {"kolibrios/games/Dungeons/Dungeons", PROGS .. "/games/Dungeons/Dungeons"}, +}) end + end -- tup.getconfig('NO_FASM') ~= 'full' -- Programs that require NASM to compile.