Meta: Add files to repository
This commit is contained in:
parent
52cb92f587
commit
ca66d73534
1 changed files with 9 additions and 0 deletions
9
Run.HC
Normal file
9
Run.HC
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Compile System in Adam task
|
||||
Adam("Cd(\"M:/System/\");\n");
|
||||
AdamFile("M:/System/MakeSystem");
|
||||
|
||||
// Compile Slon in focused-on-boot User task
|
||||
XTalkWait(Fs, "NetRep;\n");
|
||||
XTalkWait(Fs, "TimeSync;\n");
|
||||
XTalkWait(Fs, "Cd(\"M:/Slon/\");\n");
|
||||
XTalkWait(Fs, "#include \"MakeSlon\";\n");
|
Loading…
Add table
Add a link
Reference in a new issue