mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
17 lines
299 B
Makefile
17 lines
299 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = oledlg.dll
|
|
IMPORTLIB = liboledlg.$(IMPLIBEXT)
|
|
IMPORTS = ole32 comdlg32 user32 advapi32 kernel32 ntdll
|
|
|
|
C_SRCS = \
|
|
insobjdlg.c \
|
|
oledlg_main.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|