| OSLib.SetVarsRO4 20001120
| Sets the directory and path variables for OSLib when using the 'flat' directory structure
| This need not actually be RO4, but could be held by any FS with > 77 files per directory.
Set OSLib$Dir <Obey$Dir>

| The OSLib: path is the presently preferred style for include files;
|  You always need to use this as the link path.
Set OSLib$Path <OSLib$Dir>.

| The OSLibInclude: path is provided for backwards compatibility.
Set OSLibInclude$Path <OSLib$Dir>.OSLib.
