msi: Make msi_dialog_dup_property return a copy of the property if the property is...
[wine] / dlls / iphlpapi / Makefile.in
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@
9 EXTRADEFS = -DWINE_NO_LONG_AS_INT
10
11 C_SRCS = \
12         ifenum.c \
13         iphlpapi_main.c \
14         ipstats.c
15
16 @MAKE_DLL_RULES@
17
18 @DEPENDENCIES@  # everything below this line is overwritten by make depend