mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
14 lines
207 B
Makefile
14 lines
207 B
Makefile
MODULE = iphlpapi.dll
|
|
IMPORTLIB = iphlpapi
|
|
IMPORTS = advapi32
|
|
EXTRALIBS = @RESOLVLIBS@ @LIBKSTAT@
|
|
|
|
C_SRCS = \
|
|
icmp.c \
|
|
ifenum.c \
|
|
iphlpapi_main.c \
|
|
ipstats.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|