mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
48000893f9
Only specify the root to keep platform-specifics out of the individual DLL makefiles.
19 lines
338 B
Makefile
19 lines
338 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = olecli32.dll
|
|
IMPORTLIB = olecli32
|
|
IMPORTS = ole32 gdi32 kernel32
|
|
|
|
C_SRCS = \
|
|
olecli_main.c
|
|
|
|
C_SRCS16 = \
|
|
olecli16.c
|
|
|
|
SPEC_SRCS16 = olecli.spec
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|