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("..");;
|