- Tree cleanups proposed on the mailing list. Move all non-Core OS modules to rosapps...
[reactos.git] / rosapps / ramdrv / ramdrv.rbuild
1 <module name="ramdrv" type="kernelmodedriver">
2 <include base="ramdrv">.</include>
3 <include base="bzip2">.</include>
4 <define name="__USE_W32API" />
5 <library>ntoskrnl</library>
6 <library>hal</library>
7 <library>bzip2</library>
8 <file>ramdrv.c</file>
9 <file>ramdrv.rc</file>
10 </module>