reactos/dll/win32/netcfgx/netcfgx.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

10 lines
359 B
Ruby

<module name="netcfgx" type="win32dll" baseaddress="${BASEADDRESS_NETCFGX}" entrypoint="0" installbase="system32" installname="netcfgx.dll">
<importlibrary definition="netcfgx.def" />
<file>netcfgx.c</file>
<library>ntdll</library>
<library>rpcrt4</library>
<library>setupapi</library>
<library>kernel32</library>
<library>advapi32</library>
</module>