mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
7c7a259e7c
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
257 B
Makefile
15 lines
257 B
Makefile
MODULE = browseui.dll
|
|
IMPORTS = uuid ole32 comctl32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
aclmulti.c \
|
|
aclsource.c \
|
|
browseui_main.c \
|
|
compcatcachedaemon.c \
|
|
progressdlg.c
|
|
|
|
IDL_SRCS = browseui_classes.idl
|
|
|
|
RC_SRCS = browseui.rc
|