File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Batch.Run
10
10
| > OXLinker.Link Modules ;
11
11
| > OXLinker.Load Modules.bin ;
12
12
| > Batch.Collect ;
13
- | > OXP.Compile Input.Mod/s Display.Mod/s Viewers.Mod/s ;
13
+ | > OXP.Compile Nodes.Mod/s Input.Mod/s Display.Mod/s Viewers.Mod/s ;
14
14
| > OXP.Compile Fonts.Mod/s MIME.Mod/s Texts.Mod/s ArgParse.Mod ;
15
15
| > OXP.Compile Oberon.Mod/s ;
16
16
| > OXP.Compile MenuViewers.Mod/s ;
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ OBERONFILESSRC=$SUBMODULEROOT/Files/
25
25
OBERONSYSTEMSRC=$SUBMODULEROOT /System/
26
26
OBERONKERNELSRC=$SUBMODULEROOT /Kernel/
27
27
OBERONMODULESSRC=$SUBMODULEROOT /Modules/
28
+ OBERONNODESSRC=$SUBMODULEROOT /Nodes/
28
29
OBERONOBERONSRC=$SUBMODULEROOT /Oberon/
29
30
OBERONBASICSRC=$SUBMODULEROOT /BASIC/
30
31
OBERONPASCALSRC=$SUBMODULEROOT /Pascal/
@@ -105,6 +106,7 @@ if [ "$tools" == "available" ] ; then
105
106
cp ${OBERONKERNELSRC} * .Mod ./build/
106
107
cp ${OBERONMODULESSRC} * .Mod ./build/
107
108
cp ${OBERONOBERONSRC} * .Mod ./build/
109
+ cp ${OBERONNODESSRC} * .Mod ./build/
108
110
cp ${OBERONBASICSRC} Test.Bas ./build/
109
111
cp ${OBERONGOSRC} GXP.go ./build/
110
112
cp ${OBERONCSRC} CXP.c ./build/
You can’t perform that action at this time.
0 commit comments