mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
22 lines
427 B
Makefile
22 lines
427 B
Makefile
EXTRADEFS = -D_COMDLG32_
|
|
MODULE = comdlg32.dll
|
|
IMPORTLIB = comdlg32
|
|
IMPORTS = uuid shell32 shlwapi comctl32 user32 gdi32 advapi32
|
|
DELAYIMPORTS = ole32 winspool
|
|
|
|
SOURCES = \
|
|
cdlg32.c \
|
|
colordlg.c \
|
|
comdlg32.rc \
|
|
comdlg32_classes.idl \
|
|
filedlg.c \
|
|
filedlg31.c \
|
|
filedlgbrowser.c \
|
|
finddlg.c \
|
|
fontdlg.c \
|
|
itemdlg.c \
|
|
pd32_collate.svg \
|
|
pd32_landscape.svg \
|
|
pd32_nocollate.svg \
|
|
pd32_portrait.svg \
|
|
printdlg.c
|