advapi32: Fix the failing QueryServiceConfig2 test on platforms win2k3 and vista.
[wine/multimedia.git] / dlls / browseui / Makefile.in
blobb48886d9ba6de0d6d0126a42ac9372bd31fc4258
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = browseui.dll
6 IMPORTS = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -luuid
8 EXTRADEFS = -DCOM_NO_WINDOWS_H
10 C_SRCS = \
11 aclmulti.c \
12 browseui_main.c \
13 progressdlg.c \
14 regsvr.c
16 RC_SRCS = rsrc.rc
18 @MAKE_DLL_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend