Added two Microsoft Pascal compilers to the mix
This commit is contained in:
parent
347166fd43
commit
158838e64a
22 changed files with 507 additions and 12 deletions
|
|
@ -66,7 +66,7 @@ function processManifest(sManifest)
|
|||
println("warning: no files in disk: " + sDiskName);
|
||||
return;
|
||||
}
|
||||
println("### Directory of PCSIG08: " + sDiskName + "\n");
|
||||
println("### Directory of " + sDiskName + "\n");
|
||||
println("\t Volume in drive A " + (matchDiskName? ("is " + matchDiskName[1]) : "has no label"));
|
||||
println("\t Directory of A:\\\n\t");
|
||||
for (var iFile = 0; iFile < aMatchFiles.length; iFile++) {
|
||||
|
|
@ -115,4 +115,4 @@ function processManifest(sManifest)
|
|||
}
|
||||
}
|
||||
|
||||
processManifest("../../../disks/pcx86/shareware/pcsig08/manifest.xml");
|
||||
processManifest("../../../disks/pcx86/tools/microsoft/pascal/4.00/manifest.xml");
|
||||
|
|
|
|||
Loading…
Reference in a new issue