mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
13 lines
228 B
Makefile
13 lines
228 B
Makefile
MODULE = browseui.dll
|
|
IMPORTS = uuid ole32 comctl32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
aclmulti.c \
|
|
aclsource.c \
|
|
browseui_main.c \
|
|
compcatcachedaemon.c \
|
|
progressdlg.c
|
|
|
|
IDL_SRCS = browseui_classes.idl
|
|
|
|
RC_SRCS = browseui.rc
|