mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
11 lines
209 B
Makefile
11 lines
209 B
Makefile
MODULE = qedit.dll
|
|
IMPORTS = strmiids strmbase uuid oleaut32 ole32 advapi32 msvcrt
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
mediadet.c \
|
|
nullrenderer.c \
|
|
qedit_classes.idl \
|
|
samplegrabber.c \
|
|
timeline.c \
|
|
version.rc
|