reactos/rosapps/drivers/ramdrv/ramdrv.rbuild
Aleksey Bragin f7f8963f3a - Gather drivers in a special "drivers" subdirectory.
- Remove legacy _USE_W32API from those drivers.

svn path=/trunk/; revision=32964
2008-04-14 20:49:45 +00:00

10 lines
254 B
Ruby

<module name="ramdrv" type="kernelmodedriver">
<include base="ramdrv">.</include>
<include base="bzip2">.</include>
<library>ntoskrnl</library>
<library>hal</library>
<library>bzip2</library>
<file>ramdrv.c</file>
<file>ramdrv.rc</file>
</module>