mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
c6d1921e93
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
177 B
Makefile
11 lines
177 B
Makefile
MODULE = wmiutils.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
path.c \
|
|
statuscode.c
|
|
|
|
IDL_SRCS = wmiutils_classes.idl
|