reactos/dll/win32/netcfgx/netcfgx.rbuild
Amine Khaldi 84291d0d72 * Bring back rbuild build to be used until bug 6372 is fixed.
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52691
2011-07-15 22:27:16 +00:00

24 lines
803 B
Ruby

<module name="netcfgx" type="win32dll" baseaddress="${BASEADDRESS_NETCFGX}" installbase="system32" installname="netcfgx.dll">
<importlibrary definition="netcfgx.spec" />
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<redefine name="_WIN32_WINNT">0x0600</redefine>
<library>ntdll</library>
<library>rpcrt4</library>
<library>setupapi</library>
<library>advapi32</library>
<library>uuid</library>
<library>iphlpapi</library>
<library>iphlpapi</library>
<library>wine</library>
<library>ole32</library>
<library>user32</library>
<library>comctl32</library>
<library>ws2_32</library>
<file>netcfgx.c</file>
<file>classfactory.c</file>
<file>netcfg_iface.c</file>
<file>inetcfgcomp_iface.c</file>
<file>tcpipconf_notify.c</file>
<file>netcfgx.rc</file>
</module>