develop/libraries/box_lib: Post-SVN tidy

- Move source code from `trunk` into program root directory.
- Update build files and ASM include paths. This touches *many* files.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
This commit is contained in:
2025-05-24 20:04:47 +01:00
parent c8cc441230
commit bd56fbf35f
105 changed files with 34203 additions and 33285 deletions

View File

@@ -1,3 +1,7 @@
; SPDX-License-Identifier: NOASSERTION
;
;-----------------------;
; CPU - process manager ;
;-----------------------;
@@ -18,7 +22,7 @@
;-------------------------------------------------------------------------------
include "lang.inc" ; Language support for locales (UTF-8): de_DE, et_EE, ru_RU, it_IT, en_US.
include "../../../macros.inc"
include "../../../develop/libraries/box_lib/trunk/box_lib.mac"
include "../../../develop/libraries/box_lib/box_lib.mac"
include "../../../KOSfuncs.inc"
include "../../../load_lib.mac"
;-------------------------------------------------------------------------------