mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
oocFilenames.Mod added
This commit is contained in:
parent
2d0c36b73c
commit
5f88bfe681
2 changed files with 4 additions and 2 deletions
1
makefile
1
makefile
|
|
@ -156,6 +156,7 @@ stage6:
|
||||||
$(VOCSTATIC) -sP oocStrings2.Mod oocRts.Mod oocFilenames.Mod
|
$(VOCSTATIC) -sP oocStrings2.Mod oocRts.Mod oocFilenames.Mod
|
||||||
$(VOCSTATIC) -sP oocTextRider.Mod oocBinaryRider.Mod oocJulianDay.Mod
|
$(VOCSTATIC) -sP oocTextRider.Mod oocBinaryRider.Mod oocJulianDay.Mod
|
||||||
$(VOCSTATIC) -sP oocwrapperlibc.Mod
|
$(VOCSTATIC) -sP oocwrapperlibc.Mod
|
||||||
|
$(VOCSTATIC) -sP oocFilenames.Mod
|
||||||
|
|
||||||
#Ulm's Oberon system libs
|
#Ulm's Oberon system libs
|
||||||
$(VOCSTATIC) -sP ulmSys.Mod
|
$(VOCSTATIC) -sP ulmSys.Mod
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
(* This module is obsolete. Don't use it. *)
|
(* This module is obsolete. Don't use it. *)
|
||||||
MODULE oocFilenames;
|
MODULE Filenames;
|
||||||
(* Note: It is not checked whether the concatenated strings fit into the
|
(* Note: It is not checked whether the concatenated strings fit into the
|
||||||
variables given for them or not *)
|
variables given for them or not *)
|
||||||
|
|
||||||
|
|
@ -184,4 +184,5 @@ PROCEDURE ExpandPath*(VAR full: ARRAY OF CHAR; path: ARRAY OF CHAR);
|
||||||
END
|
END
|
||||||
END ExpandPath;
|
END ExpandPath;
|
||||||
|
|
||||||
END oocFilenames.
|
END Filenames.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue