projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Add a standard header for all makefiles to replace the common variable...
[wine]
/
dlls
/
hlink
/
Makefile.in
1
MODULE = hlink.dll
2
IMPORTLIB = hlink
3
IMPORTS = uuid shell32 ole32 advapi32
4
DELAYIMPORTS = urlmon
5
6
C_SRCS = \
7
browse_ctx.c \
8
extserv.c \
9
hlink_main.c \
10
link.c
11
12
@MAKE_DLL_RULES@