inetmib1: Return SNMP_ERRORSTATUS_NOSUCHNAME for an interface's description if it...
[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 EXTRAIDLFLAGS = --win32-align=2
9
10 EXTRA_OBJS = dlldata.o
11
12 C_SRCS = \
13         usrmarshal.c
14
15 IDL_I_SRCS = \
16         msdaps.idl
17
18 IDL_P_SRCS = \
19         msdaps.idl
20
21 @MAKE_DLL_RULES@
22
23 @DEPENDENCIES@  # everything below this line is overwritten by make depend