gdiplus/tests: Comment out a test that corrupts the stack on Vista.
[wine/multimedia.git] / dlls / hlink / Makefile.in
blob0b02a6d2b6b217bdcc4cc1984fd40df23a7882c8
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = hlink.dll
6 IMPORTLIB = hlink
7 IMPORTS = uuid shell32 ole32 advapi32 kernel32
8 DELAYIMPORTS = urlmon
10 C_SRCS = \
11 browse_ctx.c \
12 extserv.c \
13 hlink_main.c \
14 link.c
16 @MAKE_DLL_RULES@