20 lines
338 B
Makefile
20 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
|