Design LBA file in XML

This commit is contained in:
Jaby 2022-11-27 23:38:41 +01:00
parent 9193bcb7c6
commit dc1779c59b
1 changed files with 8 additions and 2 deletions

View File

@ -8,10 +8,16 @@
<File name="Miau2.txt">../Tests/Test.mk</File>
<Audiofile>../Tests/ISO_Planschbecken.xml</Audiofile>
<Directory name="Wuff">
<File name="Miau.txt" type="file">../Tests/ISO_Planschbecken.xml</File>
<File name="Miau.txt">../Tests/ISO_Planschbecken.xml</File>
<Directory name="Sub" hidden="true">
<File name="SubM.txt" type="file">../Tests/ISO_Planschbecken.xml</File>
<File name="SubM.txt">../Tests/ISO_Planschbecken.xml</File>
</Directory>
</Directory>
<Directory name="Test" header-out="LBAs.h">
<LBA-File name="New.lba">
<Entry name="FirstFile">Miau.txt</Entry>
<Entry name="SecondFile">Wuff/Miau.txt</Entry>
</LBA-File>
</Directory>
</Track>
</ISO_Project>