Design LBA file in XML
This commit is contained in:
parent
9193bcb7c6
commit
dc1779c59b
|
@ -8,10 +8,16 @@
|
||||||
<File name="Miau2.txt">../Tests/Test.mk</File>
|
<File name="Miau2.txt">../Tests/Test.mk</File>
|
||||||
<Audiofile>../Tests/ISO_Planschbecken.xml</Audiofile>
|
<Audiofile>../Tests/ISO_Planschbecken.xml</Audiofile>
|
||||||
<Directory name="Wuff">
|
<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">
|
<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>
|
</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>
|
</Track>
|
||||||
</ISO_Project>
|
</ISO_Project>
|
Loading…
Reference in New Issue