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