wbemdisp: Added WinMGMTS object stub implementation.
[wine/wine-gecko.git] / dlls / iphlpapi / Makefile.in
blob9cfc95593cd3cc1a9f65f7cca1c268a574f2e93f
1 MODULE = iphlpapi.dll
2 IMPORTLIB = iphlpapi
3 IMPORTS = advapi32
4 EXTRALIBS = @RESOLVLIBS@ @LIBKSTAT@ @LIBPROCSTAT@
6 C_SRCS = \
7 icmp.c \
8 ifenum.c \
9 iphlpapi_main.c \
10 ipstats.c
12 RC_SRCS = version.rc
14 @MAKE_DLL_RULES@