mirror of https://github.com/minexew/Shrine.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
427 B
13 lines
427 B
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("..");;
|
|
|