mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
MODULE = wineqtdecoder.dll
|
|
IMPORTS = strmiids strmbase uuid ole32 advapi32
|
|
EXTRALIBS = @QUICKTIMELIB@
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
qtvdecoder.c
|
|
|
|
@MAKE_DLL_RULES@
|