netstat: Initial implementation.
[wine] / dlls / wshom.ocx / Makefile.in
1 MODULE    = wshom.ocx
2 IMPORTS   = uuid oleaut32 ole32 shell32
3
4 C_SRCS = \
5         shell.c \
6         wshom_main.c
7
8 RC_SRCS = wshom.rc
9
10 IDL_H_SRCS = wshom.idl
11 IDL_TLB_SRCS = wshom.idl
12
13 @MAKE_DLL_RULES@