1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = browseui.dll
6 IMPORTS = uuid ole32 user32 advapi32 kernel32
7 EXTRADEFS = -DCOM_NO_WINDOWS_H
8
9 C_SRCS = \
10 aclmulti.c \
11 browseui_main.c \
12 compcatcachedaemon.c \
13 progressdlg.c \
14 regsvr.c
15
16 RC_SRCS = rsrc.rc
17
18 @MAKE_DLL_RULES@
19
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.