projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Correct crypt context init in CryptProtectData/CryptUnprotectData.
[wine]
/
dlls
/
qcap
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = qcap.dll
6
IMPORTLIB = libqcap.$(IMPLIBEXT)
7
IMPORTS = ole32 oleaut32 user32 advapi32 kernel32
8
EXTRALIBS = -lstrmiids -luuid $(LIBUNICODE)
9
10
C_SRCS = \
11
capturegraph.c \
12
dllsetup.c \
13
enummedia.c \
14
enumpins.c \
15
pin.c \
16
qcap_main.c
17
18
RC_SRCS = version.rc
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies: