mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
15 lines
215 B
Makefile
15 lines
215 B
Makefile
MODULE = amstream.dll
|
|
IMPORTS = strmiids uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
amstream.c \
|
|
main.c \
|
|
mediastream.c \
|
|
mediastreamfilter.c
|
|
|
|
IDL_R_SRCS = amstream_classes.idl
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|