mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
15 lines
626 B
Ruby
15 lines
626 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<module name="sensapi" type="win32dll" baseaddress="${BASEADDRESS_SENSAPI}" installbase="system32" installname="sensapi.dll" allowwarnings="true">
|
|
<importlibrary definition="sensapi.spec.def" />
|
|
<include base="sensapi">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<define name="WINVER">0x600</define>
|
|
<define name="_WIN32_WINNT">0x600</define>
|
|
<library>wine</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
<file>sensapi.c</file>
|
|
<file>sensapi.spec</file>
|
|
</module>
|