mlang: Implement IMLangConvertCharset_DoConversionFromUnicode().
[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         table.c \
11         wbemlocator.c
12
13 IDL_R_SRCS = wbemprox.idl
14
15 BISON_SRCS = wql.y
16
17 @MAKE_DLL_RULES@