makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dispex / Makefile.in
1 MODULE    = dispex.dll
2 IMPORTS   = uuid oleaut32 ole32 rpcrt4 advapi32
3 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
4
5 EXTRA_OBJS = dlldata.o
6
7 C_SRCS = \
8         usrmarshal.c
9
10 IDL_P_SRCS = \
11         disp_ex.idl
12
13 @MAKE_DLL_RULES@