push ac4b6ebdd3fd886d6a18959265755579ed195b88
[wine/hacks.git] / dlls / msdaps / Makefile.in
blob8836f589b7903a7084c4c16cbe6e718a67138dbe
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = msdaps.dll
6 IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32 kernel32 ntdll
7 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0x06210e88, 0x01f5, 0x11d1, { 0xb5, 0x12, 0x00, 0x80, 0xc7, 0x81, 0xc3, 0x84 } }" -DENTRY_PREFIX=msdaps_
8 EXTRAIDLFLAGS = --win32-align=2
10 EXTRA_OBJS = dlldata.o
12 C_SRCS = \
13 main.c \
14 regsvr.c \
15 row_server.c \
16 usrmarshal.c
18 IDL_I_SRCS = \
19 msdaps.idl \
20 row_server.idl
22 IDL_P_SRCS = \
23 msdaps.idl \
24 row_server.idl
26 @MAKE_DLL_RULES@
28 @DEPENDENCIES@ # everything below this line is overwritten by make depend