mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-26 15:26:43 +00:00
14 lines
427 B
HolyC
14 lines
427 B
HolyC
|
Cd(__DIR__);;
|
||
|
|
||
|
//If these are not present in /Home, it uses the version in the root dir. You
|
||
|
//can make your own, modified, version of these files in your /Home directory.
|
||
|
#include "~/HomeLocalize"
|
||
|
#include "/Adam/Opt/Boot/MakeBoot"
|
||
|
#include "/Adam/Opt/Utils/MakeUtils"
|
||
|
#include "~/HomeWrappers"
|
||
|
MapFileLoad("::/Kernel/Kernel");
|
||
|
MapFileLoad("::/Compiler/Compiler");
|
||
|
#include "~/HomeKeyPlugIns"
|
||
|
#include "~/HomeSys"
|
||
|
Cd("..");;
|