mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
15 lines
536 B
Ruby
15 lines
536 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="wtsapi32" type="win32dll" baseaddress="${BASEADDRESS_WTSAPI32}" installbase="system32" installname="wtsapi32.dll" allowwarnings="true">
|
|
<importlibrary definition="wtsapi32.spec" />
|
|
<include base="wtsapi32">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<file>wtsapi32.c</file>
|
|
<library>wine</library>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|