Makefile.in 288 Bytes
Newer Older
1
MODULE    = sti.dll
2
IMPORTLIB = sti
3
IMPORTS   = uuid ole32 oleaut32 rpcrt4 advapi32
4
EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
5

6
C_SRCS = \
7
	sti.c \
8
	sti_main.c
9

10 11 12
IDL_P_SRCS = \
	sti_wia.idl

13 14 15
IDL_R_SRCS = \
	sti_wia.idl

16 17
EXTRA_OBJS = dlldata.o

18
@MAKE_DLL_RULES@