Apps: change the path to kglobals.inc #415

Open
opened 2026-04-10 05:56:45 +00:00 by Doczom · 2 comments
Owner

replace the file path "/programs/system/skincfg/kglobals.inc" with "/programs/kglobals.inc"

replace the file path "/programs/system/skincfg/kglobals.inc" with "/programs/kglobals.inc"
Doczom added the
Kind
Build
Category/LibrariesCategory/ApplicationsFASM
Priority
Low
labels 2026-04-10 05:56:45 +00:00
Member

Searching with git grep "trunk/kglobals.inc", suggests the following needs attention:

  1. programs/develop/kol_f_edit/kol_f_edit.asm
  2. programs/develop/libraries/box_lib/trunk/box_lib.asm
  3. programs/other/t_edit/t_edit.asm
  4. programs/other/t_edit_synt/te_syntax.asm

Should all these be changed to include from "/programs/kglobals.inc" ?

Searching with `git grep "trunk/kglobals.inc"`, suggests the following needs attention: 1. programs/develop/kol_f_edit/kol_f_edit.asm 2. programs/develop/libraries/box_lib/trunk/box_lib.asm 3. programs/other/t_edit/t_edit.asm 4. programs/other/t_edit_synt/te_syntax.asm Should all these be changed to include from "/programs/kglobals.inc" ?
Author
Owner

/programs/bcc32/include/kos_unpack.inc

/programs/bcc32/include/kos_unpack.inc
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#415