makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msdaps / Makefile.in
1 MODULE    = msdaps.dll
2 IMPORTS   = uuid oleaut32 ole32 rpcrt4 advapi32
3 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0x06210e88, 0x01f5, 0x11d1, { 0xb5, 0x12, 0x00, 0x80, 0xc7, 0x81, 0xc3, 0x84 } }" -DENTRY_PREFIX=msdaps_
4 EXTRAIDLFLAGS = --win32-align=2
5
6 EXTRA_OBJS = dlldata.o
7
8 C_SRCS = \
9         main.c \
10         regsvr.c \
11         row_server.c \
12         usrmarshal.c
13
14 IDL_I_SRCS = \
15         msdaps.idl \
16         row_server.idl
17
18 IDL_P_SRCS = \
19         msdaps.idl \
20         row_server.idl
21
22 @MAKE_DLL_RULES@