wine/dlls/comdlg32/Makefile.in
Alexandre Julliard 55d2e55499 comdlg32: Delay import winspool
To avoid creating an extra known dll section.
2025-03-31 12:56:58 +02:00

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