mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 08:06:31 +00:00
3a33e6baaf
Rename all .CC files to .ZC extension.
13 lines
423 B
HolyC
Executable file
13 lines
423 B
HolyC
Executable file
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 "/System/Boot/MakeBoot"
|
|
#include "/System/Utils/MakeUtils"
|
|
#include "~/HomeWrappers"
|
|
MapFileLoad("::/Kernel/Kernel");
|
|
MapFileLoad("::/Compiler/Compiler");
|
|
#include "~/HomeKeyPlugIns"
|
|
#include "~/HomeSys"
|
|
Cd("..");;
|