diff --git a/programs/build_all.bat b/programs/build_all.bat index 13694e22d..021cb5b80 100644 --- a/programs/build_all.bat +++ b/programs/build_all.bat @@ -172,7 +172,7 @@ fasm media\midamp\trunk\midamp.asm %BIN%\midamp fasm media\midiplay\trunk\midiplay.asm %BIN%\midiplay rem fasm media\mixer\trunk\mixer.asm %BIN%\mixer -fasm media\mv\trunk\mv.asm %BIN%\mv +rem fasm media\mv\trunk\mv.asm %BIN%\mv fasm media\pic4\trunk\pic4.asm %BIN%\pic4 fasm media\sb\trunk\sb.asm %BIN%\sb fasm media\scrshoot\scrshoot.asm %BIN%\scrshoot @@ -384,7 +384,7 @@ kpack %BIN%\midamp kpack %BIN%\midiplay rem kpack %BIN%\mixer kpack %BIN%\mp3s -kpack %BIN%\mv +rem kpack %BIN%\mv kpack %BIN%\pic4 kpack %BIN%\sb kpack %BIN%\scrshoot diff --git a/programs/other/outdated/mv/trunk/Tupfile.lua b/programs/other/outdated/mv/Tupfile.lua similarity index 78% rename from programs/other/outdated/mv/trunk/Tupfile.lua rename to programs/other/outdated/mv/Tupfile.lua index 3523fd9bb..6c17f3569 100644 --- a/programs/other/outdated/mv/trunk/Tupfile.lua +++ b/programs/other/outdated/mv/Tupfile.lua @@ -1,5 +1,5 @@ if tup.getconfig("NO_FASM") ~= "" then return end -HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../.." or tup.getconfig("HELPERDIR") +HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR") tup.include(HELPERDIR .. "/use_fasm.lua") add_include(tup.getvariantdir()) diff --git a/programs/other/outdated/mv/trunk/build_en.bat b/programs/other/outdated/mv/build_en.bat similarity index 100% rename from programs/other/outdated/mv/trunk/build_en.bat rename to programs/other/outdated/mv/build_en.bat diff --git a/programs/other/outdated/mv/trunk/build_ru.bat b/programs/other/outdated/mv/build_ru.bat similarity index 100% rename from programs/other/outdated/mv/trunk/build_ru.bat rename to programs/other/outdated/mv/build_ru.bat diff --git a/programs/other/outdated/mv/trunk/mv.asm b/programs/other/outdated/mv/mv.asm similarity index 99% rename from programs/other/outdated/mv/trunk/mv.asm rename to programs/other/outdated/mv/mv.asm index c974c5bc9..d3d35991b 100644 --- a/programs/other/outdated/mv/trunk/mv.asm +++ b/programs/other/outdated/mv/mv.asm @@ -1,3 +1,9 @@ +; SPDX-License-Identifier: NOASSERTION +; + +; Text encoded with Code Page 866 - Cyrillic + + ; Picture browser by lisovin@26.ru ; Modified by Ivan Poddubny - v.0.3 ; Modified by Diamond - v.0.4 @@ -36,8 +42,8 @@ include 'lang.inc' ; Language support for locales: ru_RU (CP866), en_US, de_DE. -include '..\..\..\..\macros.inc' -include '..\..\..\..\develop\examples\editbox\trunk\editbox.inc' +include '..\..\..\macros.inc' +include '..\..\..\develop\examples\editbox\trunk\editbox.inc' ;include 'macros.inc' ;include 'EDITBOX.INC' use_edit_box