mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
MODULE = wmiutils.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
path.c \
|
|
statuscode.c
|
|
|
|
IDL_SRCS = wmiutils_classes.idl
|