mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
13 lines
200 B
Makefile
13 lines
200 B
Makefile
MODULE = oledlg.dll
|
|
IMPORTLIB = oledlg
|
|
IMPORTS = ole32 comdlg32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
insobjdlg.c \
|
|
oledlg_main.c \
|
|
pastespl.c
|
|
|
|
RC_SRCS = oledlg.rc
|
|
PO_SRCS = oledlg.rc
|
|
|
|
@MAKE_DLL_RULES@
|