setupapi: Add stubs for CM_Get_Device_IDA and CM_Get_Device_ID_Size.
[wine/hacks.git] / dlls / iphlpapi / Makefile.in
blob919e3089ecdb5468aafaa3ebb93f4d4d4efb5d3f
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = iphlpapi.dll
6 IMPORTLIB = libiphlpapi.$(IMPLIBEXT)
7 IMPORTS = advapi32 kernel32
8 EXTRALIBS = @RESOLVLIBS@
10 C_SRCS = \
11 ifenum.c \
12 iphlpapi_main.c \
13 ipstats.c
15 RC_SRCS = version.rc
17 @MAKE_DLL_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend