mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
13 lines
209 B
Makefile
13 lines
209 B
Makefile
MODULE = wineqtdecoder.dll
|
|
IMPORTS = strmiids strmbase uuid ole32 advapi32
|
|
EXTRALIBS = @QUICKTIMELIB@
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
qtdatahandler.c \
|
|
qtsplitter.c \
|
|
qtutils.c \
|
|
qtvdecoder.c
|
|
|
|
@MAKE_DLL_RULES@
|