demos/cubeline: Post-SVN tidy

- Move source code from `trunk` into root directory.
- Update build files.
This commit is contained in:
2025-05-28 23:13:29 +01:00
parent 9f55f6aca0
commit f6c3faa9bc
6 changed files with 1 additions and 1 deletions

View File

@@ -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"},