mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
9 lines
107 B
Makefile
9 lines
107 B
Makefile
MODULE = windows.media.dll
|
|
IMPORTS = combase
|
|
|
|
C_SRCS = \
|
|
captions.c \
|
|
main.c
|
|
|
|
IDL_SRCS = \
|
|
classes.idl
|