mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
11 lines
141 B
Makefile
11 lines
141 B
Makefile
MODULE = wbemdisp.dll
|
|
IMPORTS = oleaut32 ole32
|
|
|
|
C_SRCS = \
|
|
locator.c \
|
|
main.c
|
|
|
|
IDL_SRCS = \
|
|
wbemdisp_classes.idl \
|
|
wbemdisp_tlb.idl
|