msdaps: Implement IDBCreateSession_CreateSession proxy and stub.
[wine] / dlls / msdaps / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = msdaps.dll
6 IMPORTS   = oleaut32 ole32 rpcrt4 kernel32 ntdll
7 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0x06210e88, 0x01f5, 0x11d1, { 0xb5, 0x12, 0x00, 0x80, 0xc7, 0x81, 0xc3, 0x84 } }"
8
9 EXTRA_OBJS = dlldata.o
10
11 C_SRCS = \
12         usrmarshal.c
13
14 IDL_I_SRCS = \
15         msdaps.idl
16
17 IDL_P_SRCS = \
18         msdaps.idl
19
20 @MAKE_DLL_RULES@
21
22 @DEPENDENCIES@  # everything below this line is overwritten by make depend