mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
11 lines
192 B
Makefile
11 lines
192 B
Makefile
MODULE = qdvd.dll
|
|
IMPORTS = strmbase strmiids uuid ole32 msvcrt
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
graph.c \
|
|
navigator.c \
|
|
qdvd_classes.idl \
|
|
qdvd_main.c \
|
|
version.rc
|