Makefile.in 297 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = olecli32.dll
6
IMPORTLIB = libolecli32.$(IMPLIBEXT)
7
IMPORTS   = ole32 gdi32 kernel32
8

9 10 11
C_SRCS = \
	olecli_main.c

12 13 14
C_SRCS16 = \
	olecli16.c

15 16
SPEC_SRCS16 = olecli.spec

17
@MAKE_DLL_RULES@
18

19
### Dependencies: