projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml: Win64 printf format warning fixes.
[wine]
/
dlls
/
qcap
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = qcap.dll
6
IMPORTS = ole32 oleaut32 user32 gdi32 advapi32 kernel32
7
EXTRALIBS = -lstrmiids -luuid
8
EXTRADEFS = -DWINE_NO_LONG_AS_INT
9
10
C_SRCS = \
11
capturegraph.c \
12
dllsetup.c \
13
enummedia.c \
14
enumpins.c \
15
pin.c \
16
qcap_main.c \
17
v4l.c \
18
vfwcapture.c \
19
yuv.c
20
21
RC_SRCS = version.rc
22
23
@MAKE_DLL_RULES@
24
25
@DEPENDENCIES@ # everything below this line is overwritten by make depend