diff --git a/programs/build_all.bat b/programs/build_all.bat index 021cb5b80..0b3744d64 100644 --- a/programs/build_all.bat +++ b/programs/build_all.bat @@ -73,7 +73,7 @@ fasm system\mgb\trunk\mgb.asm %BIN%\mgb fasm system\mousemul\trunk\mousemul.asm %BIN%\mousemul fasm system\PANEL\trunk\@TASKBAR.ASM %BIN%\@TASKBAR fasm system\pcidev\trunk\pcidev.asm %BIN%\pcidev -fasm system\RB\trunk\@RB.ASM %BIN%\@RB +rem fasm system\RB\trunk\@RB.ASM %BIN%\@RB fasm system\rdsave\trunk\rdsave.asm %BIN%\rdsave fasm system\run\trunk\run.asm %BIN%\run fasm system\setup\trunk\setup.asm %BIN%\setup @@ -286,7 +286,7 @@ kpack %BIN%\menu kpack %BIN%\mgb kpack %BIN%\@TASKBAR kpack %BIN%\pcidev -kpack %BIN%\@RB +rem kpack %BIN%\@RB kpack %BIN%\rdsave kpack %BIN%\run kpack %BIN%\setup diff --git a/programs/other/outdated/rb/trunk/Tupfile.lua b/programs/other/outdated/rb/Tupfile.lua similarity index 78% rename from programs/other/outdated/rb/trunk/Tupfile.lua rename to programs/other/outdated/rb/Tupfile.lua index 806f7796c..49e04b1b1 100644 --- a/programs/other/outdated/rb/trunk/Tupfile.lua +++ b/programs/other/outdated/rb/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/rb/trunk/build_en.bat b/programs/other/outdated/rb/build_en.bat similarity index 100% rename from programs/other/outdated/rb/trunk/build_en.bat rename to programs/other/outdated/rb/build_en.bat diff --git a/programs/other/outdated/rb/trunk/build_et.bat b/programs/other/outdated/rb/build_et.bat similarity index 100% rename from programs/other/outdated/rb/trunk/build_et.bat rename to programs/other/outdated/rb/build_et.bat diff --git a/programs/other/outdated/rb/trunk/build_ru.bat b/programs/other/outdated/rb/build_ru.bat similarity index 100% rename from programs/other/outdated/rb/trunk/build_ru.bat rename to programs/other/outdated/rb/build_ru.bat diff --git a/programs/other/outdated/rb/trunk/rb.asm b/programs/other/outdated/rb/rb.asm similarity index 98% rename from programs/other/outdated/rb/trunk/rb.asm rename to programs/other/outdated/rb/rb.asm index 60db279a7..bbffe4f89 100644 --- a/programs/other/outdated/rb/trunk/rb.asm +++ b/programs/other/outdated/rb/rb.asm @@ -1,3 +1,8 @@ +; SPDX-License-Identifier: NOASSERTION +; + +; Text encoded with Code Page 866 - Cyrillic + ; ; DESKTOP CONTEXT MENU ; written by Ivan Poddubny @@ -15,7 +20,7 @@ ; Optimisations and code refactoring. ;------------------------------------------------------------------------------ include 'lang.inc' -include '..\..\..\..\macros.inc' +include '..\..\..\macros.inc' ;------------------------------------------------------------------------------ use32 org 0x0