mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
9 lines
155 B
Makefile
9 lines
155 B
Makefile
MODULE = oledlg.dll
|
|
IMPORTLIB = oledlg
|
|
IMPORTS = ole32 comdlg32 user32 advapi32
|
|
|
|
SOURCES = \
|
|
insobjdlg.c \
|
|
oledlg.rc \
|
|
oledlg_main.c \
|
|
pastespl.c
|