Updated disk library
This commit is contained in:
parent
10ea663774
commit
4e5734cec7
2 changed files with 3 additions and 3 deletions
|
|
@ -457,9 +457,9 @@ module.exports = function(grunt) {
|
|||
"manifests": {
|
||||
files: [
|
||||
{
|
||||
cwd: "disks/pc/",
|
||||
cwd: "disks/pcx86/",
|
||||
src: ["library.xml", "samples.xml", "private/library.xml"],
|
||||
dest: "disks/pc/compiled/",
|
||||
dest: "disks/pcx86/compiled/",
|
||||
expand: true
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -515,7 +515,7 @@
|
|||
<disk path="/pubs/pc/programming/Undocumented_DOS/UNDOC-DOS-DISK1.json">Book: Undocumented DOS (Disk 1)</disk>
|
||||
<disk path="/pubs/pc/programming/Undocumented_DOS/UNDOC-DOS-DISK2.json">Book: Undocumented DOS (Disk 2)</disk>
|
||||
<disk path="/pubs/pc/programming/Undocumented_Windows/UNDOC-WIN.json">Book: Undocumented Windows</disk>
|
||||
<disk path="/tests/pc/vga/VGABIN.json">VGA Tests (Black Book)</disk>
|
||||
<disk path="/tests/pcx86/vga/VGABIN.json">VGA Tests (Black Book)</disk>
|
||||
</control>
|
||||
<control type="button" binding="loadDrive">Load</control>
|
||||
<control type="button" binding="saveDrive" padright="8px">Save</control>
|
||||
|
|
|
|||
Loading…
Reference in a new issue