shlwapi: Use proper helpers for iface calls.
[wine/multimedia.git] / dlls / wbemprox / Makefile.in
blobe610049037f7b93a59ab7441a8607b3791e1a23e
1 MODULE = wbemprox.dll
2 IMPORTS = iphlpapi dxgi oleaut32 ole32 advapi32 user32 gdi32
4 C_SRCS = \
5 builtin.c \
6 class.c \
7 main.c \
8 query.c \
9 services.c \
10 table.c \
11 wbemlocator.c
13 IDL_R_SRCS = wbemprox.idl
15 BISON_SRCS = wql.y
17 @MAKE_DLL_RULES@