wine/dlls/wbemprox/Makefile.in
2012-06-28 01:39:20 +02:00

17 lines
233 B
Makefile

MODULE = wbemprox.dll
IMPORTS = iphlpapi dxgi oleaut32 ole32 advapi32 user32
C_SRCS = \
builtin.c \
class.c \
main.c \
query.c \
services.c \
wbemlocator.c
IDL_R_SRCS = wbemprox.idl
BISON_SRCS = wql.y
@MAKE_DLL_RULES@