msvcrt/tests: The tests must not include msvcrt.h because it contains declarations...
[wine/multimedia.git] / dlls / hlink / Makefile.in
blobd7ceff2f83d8940e796e61f47b64e7c3e0ca97b7
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = hlink.dll
6 IMPORTS = shell32 ole32 advapi32 kernel32
7 IMPORTLIB = libhlink.$(IMPLIBEXT)
8 DELAYIMPORTS = urlmon
9 EXTRALIBS = -luuid
11 C_SRCS = \
12 browse_ctx.c \
13 hlink_main.c \
14 link.c
16 @MAKE_DLL_RULES@
18 @DEPENDENCIES@ # everything below this line is overwritten by make depend