Sync with trunk head (part 1 or 2)
[reactos.git] / dll / win32 / netshell / netshell.rbuild
1 <module name="netshell" type="win32dll" baseaddress="${BASEADDRESS_NETSHELL}" installbase="system32" installname="netshell.dll">
2 <autoregister infsection="OleControlDlls" type="DllRegisterServer" />
3 <importlibrary definition="netshell.spec" />
4 <include base="netshell">.</include>
5 <define name="_NETSHELL_" />
6 <library>shlwapi</library>
7 <library>shell32</library>
8 <library>version</library>
9 <library>iphlpapi</library>
10 <library>wine</library>
11 <library>ole32</library>
12 <library>user32</library>
13 <library>uuid</library>
14 <library>advapi32</library>
15 <library>setupapi</library>
16 <library>ws2_32</library>
17 <library>comctl32</library>
18 <pch>precomp.h</pch>
19 <file>netshell.c</file>
20 <file>shfldr_netconnect.c</file>
21 <file>enumlist.c</file>
22 <file>netshell.rc</file>
23 <file>classfactory.c</file>
24 <file>connectmanager.c</file>
25 <file>lanconnectui.c</file>
26 <file>lanstatusui.c</file>
27 </module>