mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 15:39:00 +00:00
12 lines
211 B
Makefile
12 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
|