mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
11 lines
160 B
Makefile
11 lines
160 B
Makefile
MODULE = wmiutils.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
path.c \
|
|
statuscode.c
|
|
|
|
IDL_R_SRCS = wmiutils_classes.idl
|
|
|
|
@MAKE_DLL_RULES@
|