mirror of
https://github.com/reactos/wine.git
synced 2024-11-23 11:49:50 +00:00
13 lines
197 B
Makefile
13 lines
197 B
Makefile
MODULE = hlink.dll
|
|
IMPORTLIB = hlink
|
|
IMPORTS = uuid shell32 ole32 advapi32
|
|
DELAYIMPORTS = urlmon
|
|
|
|
C_SRCS = \
|
|
browse_ctx.c \
|
|
extserv.c \
|
|
hlink_main.c \
|
|
link.c
|
|
|
|
IDL_SRCS = hlink_classes.idl
|