programs/system: Post-SVN tidy (part 3) #413
Reference in New Issue
Block a user
Delete Branch "ace-dent/kolibrios-gitea:PR-TidySVN-system-3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
trunkinto root directory for each program.CRLF>LF, so best to view diffs with whitespace changes hidden.(Work towards #75, point 3)
This PR is split (/cherry picked) from the monolithic PR #246 - for easier merging! 🤞
This is part 3... the final set for
system🎉Updates these programs (for testing):
system/boardsystem/endsystem/eskinsystem/runsystem/setupsystem/skincfgsystem/taskbarsystem/zkeyMinor note
build_all.batline 137 changessystem\PANEL\trunk\@TASKBAR.ASMtosystem\PANEL\@TASKBAR.ASM, but the directoryPANELdoesn't exist - it'staskbar(I suppose?).The correct path should be
system\taskbar\TASKBAR.ASM.This is a pre-existing issue (not introduced by this PR), and
data/Tupfile.luahas the correct path, so Tup builds are unaffected, but still would be nice to fix.Thanks @Burer - nice catch!
I've added the fix... but ignored the other possible fixes, (e.g. for
@SS, etc.)... as these would be untested guess work(!)...I think it needs to be a dedicated PR if we decide to restore the Windows build system...