projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
shdocvw: Use task destructors for releasing task params.
[wine]
/
dlls
/
wineqtdecoder
/
Makefile.in
1
MODULE = wineqtdecoder.dll
2
IMPORTS = strmiids strmbase uuid ole32 advapi32
3
EXTRALIBS = @QUICKTIMELIB@
4
5
C_SRCS = \
6
main.c \
7
qtdatahandler.c \
8
qtsplitter.c \
9
qtutils.c \
10
qtvdecoder.c
11
12
@MAKE_DLL_RULES@