mirror of
https://github.com/reactos/wine.git
synced 2024-11-27 05:30:30 +00:00
16 lines
231 B
Makefile
16 lines
231 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
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|