projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
hlink: Win64 printf format warning fixes.
[wine]
/
dlls
/
hlink
/
Makefile.in
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
10
11
C_SRCS = \
12
browse_ctx.c \
13
hlink_main.c \
14
link.c
15
16
@MAKE_DLL_RULES@
17
18
@DEPENDENCIES@ # everything below this line is overwritten by make depend