mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
13 lines
216 B
Makefile
13 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
|