mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
49acfc9ce4
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
204 B
Makefile
14 lines
204 B
Makefile
MODULE = qdvd.dll
|
|
IMPORTS = strmbase strmiids uuid ole32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
graph.c \
|
|
navigator.c \
|
|
qdvd_main.c
|
|
|
|
IDL_SRCS = \
|
|
qdvd_classes.idl
|
|
|
|
RC_SRCS = version.rc
|