From 73cbe888568f4d9fb44ac6b58b866e3d7e956f6d Mon Sep 17 00:00:00 2001 From: 0CodErr <0CodErr@kolibrios.org> Date: Wed, 27 Sep 2017 21:45:43 +0000 Subject: [PATCH] to uppercase file names git-svn-id: svn://kolibrios.org@7029 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index cc56f7aea9..8fe1df548e 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -32,12 +32,12 @@ img_files = { {"File Managers/Z_ICONS.PNG", PROGS .. "/fs/opendial/z_icons.png"}, {"File Managers/BUTTONS.BMP", PROGS .. "/fs/kfm/trunk/buttons.bmp"}, {"File Managers/ICONS.BMP", PROGS .. "/fs/kfm/trunk/icons.bmp"}, - {"File Managers/fNav/fNav", "common/File Managers/fNav/fNav.kex"}, - {"File Managers/fNav/fnav.ext", "common/File Managers/fNav/fnav.ext"}, - {"File Managers/fNav/fnav.set", "common/File Managers/fNav/fnav.set"}, - {"File Managers/fNav/fnav_cur.png", "common/File Managers/fNav/fnav_cur.png"}, - {"File Managers/fNav/fnav_fnt.png", "common/File Managers/fNav/fnav_fnt.png"}, - {"File Managers/fNav/fnav_icn.png", "common/File Managers/fNav/fnav_icn.png"}, + {"File Managers/FNAV/FNAV", "common/File Managers/fNav/fNav.kex"}, + {"File Managers/FNAV/FNAV.EXT", "common/File Managers/fNav/fnav.ext"}, + {"File Managers/FNAV/FNAV.SET", "common/File Managers/fNav/fnav.set"}, + {"File Managers/FNAV/FNAV_CUR.PNG", "common/File Managers/fNav/fnav_cur.png"}, + {"File Managers/FNAV/FNAV_FNT.PNG", "common/File Managers/fNav/fnav_fnt.png"}, + {"File Managers/FNAV/FNAV_ICN.PNG", "common/File Managers/fNav/fnav_icn.png"}, {"FONTS/LITT.CHR", PROGS .. "/demos/bgitest/trunk/FONTS/LITT.CHR"}, {"FONTS/TAHOMA.KF", "common/fonts/tahoma.kf"}, {"GAMES/SNAKE.INI", PROGS .. "/games/snake/trunk/snake.ini"}, @@ -82,7 +82,7 @@ if build_type == "rus" then tup.append_table(img_files, { {"SETTINGS/GAME_CENTER.INI", "rus/settings/game_center.ini"}, {"SETTINGS/MYKEY.INI", PROGS .. "/system/MyKey/trunk/mykey.ini"}, {"EXAMPLE.ASM", PROGS .. "/develop/examples/example/trunk/rus/example.asm"}, - {"File Managers/fNav/About.txt", "rus/File Managers/fNav/About.txt"}, + {"File Managers/FNAV/ABOUT.TXT", "rus/File Managers/fNav/About.txt"}, {"RUN", "rus/RUN"}, {"PIPETKA", build_type .. "/pipetka"}, {"File Managers/KFAR.INI", build_type .. "/File Managers/kfar.ini"}, @@ -96,7 +96,7 @@ if build_type == "rus" then tup.append_table(img_files, { {"SETTINGS/GAME_CENTER.INI", "common/settings/game_center.ini"}, {"SETTINGS/.shell", PROGS .. "/system/shell/bin/eng/.shell"}, {"EXAMPLE.ASM", PROGS .. "/develop/examples/example/trunk/example.asm"}, - {"File Managers/fNav/About.txt", "common/File Managers/fNav/About.txt"}, + {"File Managers/FNAV/ABOUT.TXT", "common/File Managers/fNav/About.txt"}, {"RUN", "eng/RUN"}, {"SETTINGS/MYKEY.INI", PROGS .. "/system/MyKey/trunk/mykey.ini"}, {"File Managers/KFAR.INI", "common/File Managers/kfar.ini"}, @@ -105,7 +105,7 @@ if build_type == "rus" then tup.append_table(img_files, { {"SETTINGS/GAME_CENTER.INI", "common/settings/game_center.ini"}, {"SETTINGS/.shell", PROGS .. "/system/shell/bin/eng/.shell"}, {"EXAMPLE.ASM", PROGS .. "/develop/examples/example/trunk/example.asm"}, - {"File Managers/fNav/About.txt", "common/File Managers/fNav/About.txt"}, + {"File Managers/FNAV/ABOUT.TXT", "common/File Managers/fNav/About.txt"}, {"RUN", "sp/RUN"}, {"SETTINGS/MYKEY.INI", PROGS .. "/system/MyKey/trunk/mykey.ini"}, {"File Managers/KFAR.INI", "common/File Managers/kfar.ini"}, @@ -114,7 +114,7 @@ if build_type == "rus" then tup.append_table(img_files, { {"SETTINGS/GAME_CENTER.INI", "common/settings/game_center.ini"}, {"SETTINGS/.shell", PROGS .. "/system/shell/bin/eng/.shell"}, {"EXAMPLE.ASM", PROGS .. "/develop/examples/example/trunk/example.asm"}, - {"File Managers/fNav/About.txt", "common/File Managers/fNav/About.txt"}, + {"File Managers/FNAV/ABOUT.TXT", "common/File Managers/fNav/About.txt"}, {"RUN", "it/RUN"}, {"SETTINGS/MYKEY.INI", PROGS .. "/system/MyKey/trunk/mykey_it.ini"}, {"File Managers/KFAR.INI", "common/File Managers/kfar.ini"}, @@ -123,7 +123,7 @@ if build_type == "rus" then tup.append_table(img_files, { {"SETTINGS/GAME_CENTER.INI", "common/settings/game_center.ini"}, {"SETTINGS/.shell", PROGS .. "/system/shell/bin/eng/.shell"}, {"EXAMPLE.ASM", PROGS .. "/develop/examples/example/trunk/example.asm"}, - {"File Managers/fNav/About.txt", "common/File Managers/fNav/About.txt"}, + {"File Managers/FNAV/ABOUT.TXT", "common/File Managers/fNav/About.txt"}, {"RUN", "common/RUN"}, {"SETTINGS/MYKEY.INI", PROGS .. "/system/MyKey/trunk/mykey.ini"}, {"File Managers/KFAR.INI", "common/File Managers/kfar.ini"},