implement WaveThreadSetData
[reactos.git] / reactos / tools / rbuild / tests / data / compilationunit.xml
1 <?xml version="1.0" ?>
2 <project name="Project" makefile="Makefile">
3 <directory name="dir1">
4 <module name="module1" type="buildtool">
5 <compilationunit>
6 <file>file1.c</file>
7 <file>file2.c</file>
8 </compilationunit>
9 </module>
10 </directory>
11 </project>