Sweden-Number/dlls/msdaps/Makefile.in

24 lines
524 B
Makefile
Raw Normal View History

2009-08-03 13:17:10 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = msdaps.dll
IMPORTS = oleaut32 ole32 rpcrt4 kernel32 ntdll
2009-08-03 13:17:10 +02:00
EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0x06210e88, 0x01f5, 0x11d1, { 0xb5, 0x12, 0x00, 0x80, 0xc7, 0x81, 0xc3, 0x84 } }"
EXTRAIDLFLAGS = --win32-align=2
2009-08-03 13:17:10 +02:00
EXTRA_OBJS = dlldata.o
C_SRCS = \
usrmarshal.c
IDL_I_SRCS = \
msdaps.idl
IDL_P_SRCS = \
msdaps.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend