mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
82ca677357
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
178 B
Makefile
12 lines
178 B
Makefile
MODULE = wbemdisp.dll
|
|
IMPORTS = oleaut32 ole32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
locator.c \
|
|
main.c
|
|
|
|
IDL_SRCS = \
|
|
wbemdisp_classes.idl \
|
|
wbemdisp_tlb.idl
|