mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
11 lines
293 B
Text
11 lines
293 B
Text
|
<module name="ramdrv" type="kernelmodedriver">
|
||
|
<include base="ramdrv">.</include>
|
||
|
<include base="bzip2">.</include>
|
||
|
<define name="__USE_W32API" />
|
||
|
<library>ntoskrnl</library>
|
||
|
<library>hal</library>
|
||
|
<library>bzip2</library>
|
||
|
<file>ramdrv.c</file>
|
||
|
<file>ramdrv.rc</file>
|
||
|
</module>
|