23440f8885486cd66249bcd939ff6a58648e4b60
[reactos.git] / reactos / 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="_WIN32_IE">0x600</define>
6 <define name="_WIN32_WINNT">0x600</define>
7 <define name="WINVER">0x600</define>
8 <define name="_NETSHELL_" />
9 <library>shlwapi</library>
10 <library>shell32</library>
11 <library>version</library>
12 <library>iphlpapi</library>
13 <library>kernel32</library>
14 <library>wine</library>
15 <library>ole32</library>
16 <library>user32</library>
17 <library>uuid</library>
18 <library>advapi32</library>
19 <library>setupapi</library>
20 <library>ws2_32</library>
21 <library>comctl32</library>
22 <pch>precomp.h</pch>
23 <file>netshell.c</file>
24 <file>shfldr_netconnect.c</file>
25 <file>enumlist.c</file>
26 <file>netshell.rc</file>
27 <file>classfactory.c</file>
28 <file>connectmanager.c</file>
29 <file>netshell.spec</file>
30 <file>lanconnectui.c</file>
31 <file>lanstatusui.c</file>
32 </module>