mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00

- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup - In the future, DO NOT under any circumstances branch another branch. This leads to merge problems! svn path=/branches/usb-bringup-trunk/; revision=55018
20 lines
736 B
Ruby
20 lines
736 B
Ruby
<module name="wuapi" type="win32dll" baseaddress="${BASEADDRESS_WUAPI}" installbase="system32" installname="wuapi.dll" allowwarnings="true">
|
|
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
|
<importlibrary definition="wuapi.spec" />
|
|
<include base="wuapi">.</include>
|
|
<include base="ReactOS">include/reactos/wine</include>
|
|
<define name="__WINESRC__" />
|
|
<redefine name="_WIN32_WINNT">0x600</redefine>
|
|
<file>downloader.c</file>
|
|
<file>installer.c</file>
|
|
<file>main.c</file>
|
|
<file>regsvr.c</file>
|
|
<file>searcher.c</file>
|
|
<file>session.c</file>
|
|
<file>updates.c</file>
|
|
<library>wine</library>
|
|
<library>uuid</library>
|
|
<library>ole32</library>
|
|
<library>advapi32</library>
|
|
<library>ntdll</library>
|
|
</module>
|