mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 04:18:09 +00:00
9 lines
112 B
Makefile
9 lines
112 B
Makefile
MODULE = wpcap.dll
|
|
DELAYIMPORTS = ws2_32
|
|
EXTRALIBS = $(PCAP_LIBS)
|
|
|
|
C_SRCS = \
|
|
wpcap.c
|
|
|
|
RC_SRCS = version.rc
|