mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
14 lines
216 B
Makefile
14 lines
216 B
Makefile
MODULE = wineqtdecoder.dll
|
|
IMPORTS = strmiids strmbase uuid ole32 advapi32
|
|
EXTRALIBS = $(QUICKTIME_LIBS)
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
qtdatahandler.c \
|
|
qtsplitter.c \
|
|
qtutils.c \
|
|
qtvdecoder.c
|
|
|
|
RC_SRCS = \
|
|
rsrc.rc
|