mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
44cb0afb25
Signed-off-by: Fabian Maurer <dark.shadow4@web.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
134 B
Makefile
8 lines
134 B
Makefile
MODULE = evr.dll
|
|
IMPORTS = mfuuid strmiids strmbase uuid ole32 oleaut32
|
|
|
|
C_SRCS = \
|
|
evr.c \
|
|
main.c
|
|
|
|
IDL_SRCS = evr_classes.idl
|