reactos/dll/win32/updspapi/updspapi.rbuild
Cameron Gutman 2b82fe44ea [WLAN-BRINGUP]
- Create a branch to drop my ndisuio work

svn path=/branches/wlan-bringup/; revision=54809
2012-01-02 20:53:24 +00:00

11 lines
409 B
Ruby

<module name="updspapi" type="win32dll" installbase="system32" installname="updspapi.dll" allowwarnings="true" entrypoint="0">
<importlibrary definition="updspapi.spec" />
<include base="updspapi">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<file>main.c</file>
<library>wine</library>
<library>setupapi</library>
<library>ntdll</library>
</module>