From 06a59f5da71acb8f3dad170943005c6cbf861bb0 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Wed, 20 May 2020 19:41:02 +0000 Subject: [PATCH] move rb and skinsel to outdated folder git-svn-id: svn://kolibrios.org@7961 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/{system => other/outdated}/rb/trunk/@RB.ASM | 2 +- programs/{system => other/outdated}/rb/trunk/Tupfile.lua | 0 programs/{system => other/outdated}/rb/trunk/build_en.bat | 0 programs/{system => other/outdated}/rb/trunk/build_et.bat | 0 programs/{system => other/outdated}/rb/trunk/build_ru.bat | 0 programs/{system => other/outdated}/skinsel/Tupfile.lua | 0 programs/{system => other/outdated}/skinsel/build.bat | 0 programs/{system => other/outdated}/skinsel/skinsel.asm | 2 +- programs/{system => other/outdated}/skinsel/skinsel.dat | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename programs/{system => other/outdated}/rb/trunk/@RB.ASM (96%) rename programs/{system => other/outdated}/rb/trunk/Tupfile.lua (100%) rename programs/{system => other/outdated}/rb/trunk/build_en.bat (100%) rename programs/{system => other/outdated}/rb/trunk/build_et.bat (100%) rename programs/{system => other/outdated}/rb/trunk/build_ru.bat (100%) rename programs/{system => other/outdated}/skinsel/Tupfile.lua (100%) rename programs/{system => other/outdated}/skinsel/build.bat (100%) rename programs/{system => other/outdated}/skinsel/skinsel.asm (93%) rename programs/{system => other/outdated}/skinsel/skinsel.dat (100%) 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