mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
f55b78df5c
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
182 B
Makefile
11 lines
182 B
Makefile
MODULE = qasf.dll
|
|
IMPORTS = strmbase dmoguids strmiids uuid ole32 oleaut32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
dmowrapper.c \
|
|
qasf_main.c
|
|
|
|
IDL_SRCS = \
|
|
qasf_classes.idl
|