Document how to cross-compile the tests with MinGW.
[wine.git] / dlls / urlmon / Makefile.in
blob98ee1429d79152b808e01a1d8b9ffce3928dc5f4
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = urlmon.dll
6 IMPORTS = ole32 wininet user32 kernel32
7 EXTRALIBS = $(LIBUUID)
9 LDDLLFLAGS = @LDDLLFLAGS@
10 SYMBOLFILE = $(MODULE).tmp.o
12 C_SRCS = \
13 umon.c \
14 urlmon_main.c
16 SUBDIRS = tests
18 @MAKE_DLL_RULES@
20 ### Dependencies: