projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
server: Make the fd passing code slightly more portable.
[wine]
/
dlls
/
qcap
/
Makefile.in
1
MODULE = qcap.dll
2
IMPORTS = strmiids uuid ole32 gdi32 advapi32
3
4
C_SRCS = \
5
capturegraph.c \
6
dllsetup.c \
7
enummedia.c \
8
enumpins.c \
9
pin.c \
10
qcap_main.c \
11
v4l.c \
12
vfwcapture.c \
13
yuv.c
14
15
RC_SRCS = version.rc
16
17
@MAKE_DLL_RULES@