mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
e59b55699e
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
265 B
Makefile
15 lines
265 B
Makefile
MODULE = browseui.dll
|
|
IMPORTS = uuid ole32 comctl32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
aclmulti.c \
|
|
aclsource.c \
|
|
browseui_main.c \
|
|
compcatcachedaemon.c \
|
|
progressdlg.c
|
|
|
|
IDL_SRCS = browseui_classes.idl
|
|
|
|
RC_SRCS = browseui.rc
|