mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
ded44ed947
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
112 B
Makefile
8 lines
112 B
Makefile
MODULE = wpcap.dll
|
|
DELAYIMPORTS = ws2_32
|
|
EXTRALIBS = $(PCAP_LIBS)
|
|
|
|
C_SRCS = \
|
|
wpcap.c
|
|
|
|
RC_SRCS = version.rc
|