reactos/dll/win32/wlanapi/wlanapi.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

14 lines
571 B
Ruby

<module name="wlanapi" type="win32dll" baseaddress="${BASEADDRESS_WLANAPI}" installbase="system32" installname="wlanapi.dll" entrypoint="0">
<importlibrary definition="wlanapi.spec" />
<include base="wlanapi">.</include>
<include base="wlansvc_client">.</include>
<library>wlansvc_client</library>
<library>wine</library>
<library>rpcrt4</library>
<library>pseh</library>
<library>ntdll</library>
<file>main.c</file>
<!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054#c7 -->
<compilerflag compilerset="gcc">-fno-unit-at-a-time</compilerflag>
</module>