Added all missing rbuild files for reactos/dll
[reactos.git] / reactos / dll / win32 / netcfgx / netcfgx.rbuild
1 <module name="netcfgx" type="win32dll" installbase="system32" installname="netcfgx.dll">
2 <importlibrary definition="netcfgx.def" />
3 <define name="__REACTOS__" />
4 <file>netcfgx.c</file>
5 <library>ntdll</library>
6 <library>rpcrt4</library>
7 <library>setupapi</library>
8 </module>