mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
209 B
Makefile
14 lines
209 B
Makefile
MODULE = qcap.dll
|
|
IMPORTS = strmiids strmbase uuid ole32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
capturegraph.c \
|
|
enummedia.c \
|
|
qcap_main.c \
|
|
v4l.c \
|
|
vfwcapture.c \
|
|
yuv.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|