mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
10 lines
140 B
Makefile
10 lines
140 B
Makefile
MODULE = wmiutils.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
path.c \
|
|
statuscode.c
|
|
|
|
IDL_SRCS = wmiutils_classes.idl
|