system/run: Post-SVN clean up

- Fix ASM include paths.
This commit is contained in:
2025-05-20 20:56:24 +01:00
committed by Andrew
parent bf72f5defd
commit 4686290da4

View File

@@ -1,3 +1,6 @@
; SPDX-License-Identifier: NOASSERTION
;
format coff format coff
use32 ; Tell compiler to use 32 bit instructions use32 ; Tell compiler to use 32 bit instructions
@@ -8,7 +11,7 @@ include '../../../programs/macros.inc'
purge section,mov,add,sub purge section,mov,add,sub
include '../../../programs/develop/libraries/box_lib/trunk/box_lib.mac' include '../../../programs/develop/libraries/box_lib/trunk/box_lib.mac'
include '../../../programs/system/run/trunk/txtbut.inc' include '../../../programs/system/run/txtbut.inc'
include '../../../programs/dll.inc' include '../../../programs/dll.inc'
public init_boxlib as '_kolibri_boxlib_init' public init_boxlib as '_kolibri_boxlib_init'