mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
13 lines
211 B
Makefile
13 lines
211 B
Makefile
MODULE = iphlpapi.dll
|
|
IMPORTLIB = iphlpapi
|
|
IMPORTS = advapi32
|
|
EXTRALIBS = $(RESOLV_LIBS) $(KSTAT_LIBS) $(PROCSTAT_LIBS)
|
|
|
|
C_SRCS = \
|
|
icmp.c \
|
|
ifenum.c \
|
|
iphlpapi_main.c \
|
|
ipstats.c
|
|
|
|
RC_SRCS = version.rc
|