mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
15 lines
207 B
Makefile
15 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@
|