oocFilenames.Mod added

This commit is contained in:
Norayr Chilingarian 2013-11-12 16:05:08 +04:00
parent 2d0c36b73c
commit 5f88bfe681
2 changed files with 4 additions and 2 deletions

View file

@ -156,6 +156,7 @@ stage6:
$(VOCSTATIC) -sP oocStrings2.Mod oocRts.Mod oocFilenames.Mod
$(VOCSTATIC) -sP oocTextRider.Mod oocBinaryRider.Mod oocJulianDay.Mod
$(VOCSTATIC) -sP oocwrapperlibc.Mod
$(VOCSTATIC) -sP oocFilenames.Mod
#Ulm's Oberon system libs
$(VOCSTATIC) -sP ulmSys.Mod

View file

@ -1,5 +1,5 @@
(* This module is obsolete. Don't use it. *)
MODULE oocFilenames;
MODULE Filenames;
(* Note: It is not checked whether the concatenated strings fit into the
variables given for them or not *)
@ -184,4 +184,5 @@ PROCEDURE ExpandPath*(VAR full: ARRAY OF CHAR; path: ARRAY OF CHAR);
END
END ExpandPath;
END oocFilenames.
END Filenames.