2007-11-29 11:14:22 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2009-01-21 14:41:23 +00:00
|
|
|
<module name="sensapi" type="win32dll" baseaddress="${BASEADDRESS_SENSAPI}" installbase="system32" installname="sensapi.dll" allowwarnings="true">
|
2008-10-21 13:51:49 +00:00
|
|
|
<importlibrary definition="sensapi.spec" />
|
2006-09-01 22:47:57 +00:00
|
|
|
<include base="sensapi">.</include>
|
|
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
|
|
<define name="__WINESRC__" />
|
|
|
|
<library>wine</library>
|
|
|
|
<library>ntdll</library>
|
2006-09-01 22:41:31 +00:00
|
|
|
<file>sensapi.c</file>
|
2006-09-01 22:47:57 +00:00
|
|
|
</module>
|