to uppercase file names

git-svn-id: svn://kolibrios.org@7029 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
0CodErr 2017-09-27 21:45:43 +00:00
parent 27a222c427
commit 73cbe88856

View File

@ -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"},