Changes in crossover-wine-src-6.1.0 except for configure
[wine/hacks.git] / dlls / hlink / Makefile.in
blob5b3f10fbe18641e9f4331053ab24e1baea281bc6
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = hlink.dll
6 IMPORTS = shell32 ole32 user32 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 \
15 regsvr.c
17 @MAKE_DLL_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend