reactos/dll/win32/hnetcfg/hnetcfg.rbuild
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

19 lines
709 B
Ruby

<module name="hnetcfg" type="win32dll" baseaddress="${BASEADDRESS_HNETCFG}" installbase="system32" installname="hnetcfg.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="hnetcfg.spec" />
<include base="hnetcfg">.</include>
<include base="ReactOS">include/reactos/wine</include>
<redefine name="_WIN32_WINNT">0x600</redefine>
<define name="__WINESRC__" />
<library>wine</library>
<library>ole32</library>
<library>advapi32</library>
<file>apps.c</file>
<file>hnetcfg.c</file>
<file>manager.c</file>
<file>policy.c</file>
<file>port.c</file>
<file>profile.c</file>
<file>regsvr.c</file>
<file>service.c</file>
</module>