dmusic: Assign to structs instead of using memcpy.
[wine.git] / dlls / hlink / Makefile.in
blob3d0262ce60854f1c4ed24ea723e65bcb56d5f56e
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
11 C_SRCS = \
12 browse_ctx.c \
13 extserv.c \
14 hlink_main.c \
15 link.c
17 @MAKE_DLL_RULES@
19 @DEPENDENCIES@ # everything below this line is overwritten by make depend