mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
13 lines
249 B
Makefile
13 lines
249 B
Makefile
MODULE = browseui.dll
|
|
IMPORTS = uuid ole32 comctl32 user32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
aclmulti.c \
|
|
aclsource.c \
|
|
browseui.rc \
|
|
browseui_classes.idl \
|
|
browseui_main.c \
|
|
compcatcachedaemon.c \
|
|
progressdlg.c
|