Browse Source

Add more hard-coded library modules

Arthur Yefimov 3 years ago
parent
commit
7a683e5ea3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/FreeOberon.Mod

+ 2 - 1
src/FreeOberon.Mod

@@ -537,7 +537,8 @@ BEGIN sysModules := NIL;
   Add('SYSTEM');  Add('Texts');    Add('Files');  Add('Strings');
   Add('In');      Add('Out');      Add('Math');   Add('MathL');
   Add('Modules'); Add('Platform'); Add('Oberon'); Add('Reals');
-  Add('VT100');   Add('Graph');    Add('SDL2');   Add('Term')
+  Add('VT100');   Add('Graph');    Add('SDL2');   Add('Term');
+  Add('Dir');     Add('Int')
 END ResetSysModules;
 
 PROCEDURE CompileAll(modules: StrList; graph: BOOLEAN;