winex11: Replace wgl.h by the official wglext.h from the OpenGL registry.
[wine] / dlls / wbemprox / Makefile.in
1 MODULE    = wbemprox.dll
2 IMPORTS   = iphlpapi dxgi oleaut32 ole32 advapi32 user32 gdi32
3
4 C_SRCS = \
5         builtin.c \
6         class.c \
7         main.c \
8         query.c \
9         services.c \
10         wbemlocator.c
11
12 IDL_R_SRCS = wbemprox.idl
13
14 BISON_SRCS = wql.y
15
16 @MAKE_DLL_RULES@