mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
7ba021c0ca
svn path=/trunk/; revision=26663
9 lines
342 B
Ruby
9 lines
342 B
Ruby
<module name="csqtest" type="kernelmodedriver" installbase="system32/drivers" installname="csqtest.sys">
|
|
<bootstrap base="$(CDOUTPUT)" />
|
|
<define name="__USE_W32API" />
|
|
<include base="ReactOS">include/reactos/drivers</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>csqtest.c</file>
|
|
<file>csqtest.rc</file>
|
|
</module>
|