mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
14 lines
240 B
Makefile
14 lines
240 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = qedit.dll
|
|
IMPORTS = strmiids uuid oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
mediadet.c \
|
|
regsvr.c \
|
|
samplegrabber.c
|
|
|
|
@MAKE_DLL_RULES@
|