mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
14 lines
219 B
Makefile
14 lines
219 B
Makefile
MODULE = amstream.dll
|
|
IMPORTS = strmiids strmbase uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
amstream.c \
|
|
audiodata.c \
|
|
main.c \
|
|
mediastream.c \
|
|
mediastreamfilter.c
|
|
|
|
IDL_SRCS = amstream_classes.idl
|
|
|
|
RC_SRCS = version.rc
|