projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msxml3: Use a helper to get property values.
[wine]
/
dlls
/
amstream
/
Makefile.in
1
MODULE = amstream.dll
2
IMPORTS = strmiids uuid ole32 advapi32
3
4
C_SRCS = \
5
amstream.c \
6
main.c \
7
mediastream.c \
8
mediastreamfilter.c
9
10
IDL_R_SRCS = amstream_classes.idl
11
12
RC_SRCS = version.rc
13
14
@MAKE_DLL_RULES@