diff --git a/programs/system/rb/trunk/@RB.ASM b/programs/other/outdated/rb/trunk/@RB.ASM similarity index 96% rename from programs/system/rb/trunk/@RB.ASM rename to programs/other/outdated/rb/trunk/@RB.ASM index f01cff1ca8..65616434b4 100644 --- a/programs/system/rb/trunk/@RB.ASM +++ b/programs/other/outdated/rb/trunk/@RB.ASM @@ -15,7 +15,7 @@ ; Optimisations and code refactoring. ;------------------------------------------------------------------------------ include 'lang.inc' -include '..\..\..\macros.inc' +include '..\..\..\..\macros.inc' ;------------------------------------------------------------------------------ use32 org 0x0 diff --git a/programs/system/rb/trunk/Tupfile.lua b/programs/other/outdated/rb/trunk/Tupfile.lua similarity index 100% rename from programs/system/rb/trunk/Tupfile.lua rename to programs/other/outdated/rb/trunk/Tupfile.lua diff --git a/programs/system/rb/trunk/build_en.bat b/programs/other/outdated/rb/trunk/build_en.bat similarity index 100% rename from programs/system/rb/trunk/build_en.bat rename to programs/other/outdated/rb/trunk/build_en.bat diff --git a/programs/system/rb/trunk/build_et.bat b/programs/other/outdated/rb/trunk/build_et.bat similarity index 100% rename from programs/system/rb/trunk/build_et.bat rename to programs/other/outdated/rb/trunk/build_et.bat diff --git a/programs/system/rb/trunk/build_ru.bat b/programs/other/outdated/rb/trunk/build_ru.bat similarity index 100% rename from programs/system/rb/trunk/build_ru.bat rename to programs/other/outdated/rb/trunk/build_ru.bat diff --git a/programs/system/skinsel/Tupfile.lua b/programs/other/outdated/skinsel/Tupfile.lua similarity index 100% rename from programs/system/skinsel/Tupfile.lua rename to programs/other/outdated/skinsel/Tupfile.lua diff --git a/programs/system/skinsel/build.bat b/programs/other/outdated/skinsel/build.bat similarity index 100% rename from programs/system/skinsel/build.bat rename to programs/other/outdated/skinsel/build.bat diff --git a/programs/system/skinsel/skinsel.asm b/programs/other/outdated/skinsel/skinsel.asm similarity index 93% rename from programs/system/skinsel/skinsel.asm rename to programs/other/outdated/skinsel/skinsel.asm index 3921592797..17e204704a 100644 --- a/programs/system/skinsel/skinsel.asm +++ b/programs/other/outdated/skinsel/skinsel.asm @@ -1,4 +1,4 @@ -include '..\..\macros.inc' +include '..\..\..\macros.inc' use32 db 'MENUET01' dd 1 diff --git a/programs/system/skinsel/skinsel.dat b/programs/other/outdated/skinsel/skinsel.dat similarity index 100% rename from programs/system/skinsel/skinsel.dat rename to programs/other/outdated/skinsel/skinsel.dat