mirror of
https://github.com/reactos/wine.git
synced 2025-02-04 11:08:48 +00:00
12 lines
160 B
Makefile
12 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@
|