crypt32: Store list entry directly in context_t.
[wine.git] / dlls / wbemprox / Makefile.in
blob1e42d3fd0e299f5ec47d58e9941078d831282b16
1 MODULE = wbemprox.dll
2 IMPORTS = version iphlpapi dxgi oleaut32 ole32 advapi32 user32 gdi32
4 C_SRCS = \
5 builtin.c \
6 class.c \
7 main.c \
8 process.c \
9 qualifier.c \
10 query.c \
11 reg.c \
12 service.c \
13 services.c \
14 table.c \
15 wbemlocator.c
17 IDL_R_SRCS = wbemprox.idl
19 BISON_SRCS = wql.y
21 @MAKE_DLL_RULES@