wine-wine/dlls/dispex/Makefile.in

17 lines
248 B
Makefile
Raw Normal View History

2010-02-25 14:35:19 +00:00
MODULE = dispex.dll
IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32
EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
2010-02-25 14:35:19 +00:00
EXTRA_OBJS = dlldata.o
C_SRCS = \
usrmarshal.c
IDL_P_SRCS = \
disp_ex.idl
IDL_R_SRCS = \
disp_ex.idl
2010-02-25 14:35:19 +00:00
@MAKE_DLL_RULES@