wbemprox: Add a partial Win32_BIOS class implementation.
[wine.git] / dlls / wbemprox / Makefile.in
blob3a4d9f3b61c53eb77b549048f48c9811a99245a8
1 MODULE = wbemprox.dll
2 IMPORTS = ole32 advapi32
4 C_SRCS = \
5 builtin.c \
6 class.c \
7 main.c \
8 query.c \
9 services.c \
10 wbemlocator.c
12 IDL_R_SRCS = wbemprox.idl
14 BISON_SRCS = wql.y
16 @MAKE_DLL_RULES@