From f6c3faa9bc16ab23e5a51ed6a2c7d7563de9d175 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 28 May 2025 23:13:29 +0100 Subject: [PATCH] demos/cubeline: Post-SVN tidy - Move source code from `trunk` into root directory. - Update build files. --- data/Tupfile.lua | 2 +- programs/demos/cubeline/{trunk => }/Makefile | 0 programs/demos/cubeline/{trunk => }/ProcessTab.h | 0 programs/demos/cubeline/{trunk => }/SysCall.h | 0 programs/demos/cubeline/{trunk => }/fps.cpp | 0 programs/demos/cubeline/{trunk => }/main.cpp | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename programs/demos/cubeline/{trunk => }/Makefile (100%) rename programs/demos/cubeline/{trunk => }/ProcessTab.h (100%) rename programs/demos/cubeline/{trunk => }/SysCall.h (100%) rename programs/demos/cubeline/{trunk => }/fps.cpp (100%) rename programs/demos/cubeline/{trunk => }/main.cpp (100%) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 1a6028343..495321fe5 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -750,7 +750,7 @@ tup.append_table(img_files, { -- {"LIB/MTAR.OBJ", VAR_PROGS .. "/develop/libraries/microtar/mtar.obj"}, }) tup.append_table(extra_files, { --- {"kolibrios/3D/cubeline", VAR_PROGS .. "/demos/cubeline/trunk/cubeline"}, +-- {"kolibrios/3D/cubeline", VAR_PROGS .. "/demos/cubeline/cubeline"}, {"kolibrios/3D/gears", VAR_PROGS .. "/demos/gears/gears"}, {"kolibrios/emul/e80/e80", VAR_PROGS .. "/emulator/e80/e80"}, {"kolibrios/emul/uarm/", VAR_CONTRIB .. "/other/uarm/uARM"}, diff --git a/programs/demos/cubeline/trunk/Makefile b/programs/demos/cubeline/Makefile similarity index 100% rename from programs/demos/cubeline/trunk/Makefile rename to programs/demos/cubeline/Makefile diff --git a/programs/demos/cubeline/trunk/ProcessTab.h b/programs/demos/cubeline/ProcessTab.h similarity index 100% rename from programs/demos/cubeline/trunk/ProcessTab.h rename to programs/demos/cubeline/ProcessTab.h diff --git a/programs/demos/cubeline/trunk/SysCall.h b/programs/demos/cubeline/SysCall.h similarity index 100% rename from programs/demos/cubeline/trunk/SysCall.h rename to programs/demos/cubeline/SysCall.h diff --git a/programs/demos/cubeline/trunk/fps.cpp b/programs/demos/cubeline/fps.cpp similarity index 100% rename from programs/demos/cubeline/trunk/fps.cpp rename to programs/demos/cubeline/fps.cpp diff --git a/programs/demos/cubeline/trunk/main.cpp b/programs/demos/cubeline/main.cpp similarity index 100% rename from programs/demos/cubeline/trunk/main.cpp rename to programs/demos/cubeline/main.cpp