Design LBA file in XML
This commit is contained in:
parent
fbc30a6535
commit
1307ededda
|
@ -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>
|
Loading…
Reference in New Issue