mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 09:20:56 +00:00
15 lines
185 B
Makefile
15 lines
185 B
Makefile
MODULE = libstrmbase.a
|
|
|
|
C_SRCS = \
|
|
dllfunc.c \
|
|
enumpins.c \
|
|
filter.c \
|
|
mediatype.c \
|
|
outputqueue.c \
|
|
pin.c \
|
|
qualitycontrol.c \
|
|
seeking.c \
|
|
transform.c
|
|
|
|
@MAKE_IMPLIB_RULES@
|