urlmon: Don't free structures that are used by asynchronous HttpSendRequest until...
[wine] / dlls / mlang / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = mlang.dll
6 IMPORTLIB = libmlang.$(IMPLIBEXT)
7 IMPORTS   = ole32 user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = oleaut32
9 EXTRALIBS = -luuid
10 EXTRADEFS = -DCOM_NO_WINDOWS_H
11
12 C_SRCS = \
13         mlang.c \
14         regsvr.c
15
16 @MAKE_DLL_RULES@
17
18 @DEPENDENCIES@  # everything below this line is overwritten by make depend