mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
10 lines
164 B
Makefile
10 lines
164 B
Makefile
MODULE = qedit.dll
|
|
IMPORTS = strmiids strmbase uuid oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
mediadet.c \
|
|
samplegrabber.c
|
|
|
|
IDL_SRCS = qedit_classes.idl
|