ZealOS/src/MakeHome.ZC

14 lines
423 B
HolyC
Raw Normal View History

2020-02-15 20:01:48 +00:00
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"
2021-07-02 00:53:42 +01:00
#include "/System/Boot/MakeBoot"
#include "/System/Utils/MakeUtils"
2020-02-15 20:01:48 +00:00
#include "~/HomeWrappers"
MapFileLoad("::/Kernel/Kernel");
MapFileLoad("::/Compiler/Compiler");
#include "~/HomeKeyPlugIns"
2020-02-15 20:01:48 +00:00
#include "~/HomeSys"
Cd("..");;