mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
16 lines
264 B
Makefile
16 lines
264 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = oledlg.dll
|
|
IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
insobjdlg.c \
|
|
oledlg_main.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|