hlink: Add a basic implementation (based on work by Aric Stewart).
[wine] / dlls / hlink / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = hlink.dll
6 IMPORTS   = ole32 advapi32 kernel32
7 DELAYIMPORTS = urlmon
8 EXTRALIBS = -luuid $(LIBUNICODE)
9
10 C_SRCS = \
11         browse_ctx.c \
12         hlink_main.c \
13         link.c
14
15 @MAKE_DLL_RULES@
16
17 ### Dependencies: