23 lines
442 B
Makefile
23 lines
442 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = sti.dll
|
|
IMPORTLIB = sti
|
|
IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32 kernel32
|
|
EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
|
|
|
|
C_SRCS = \
|
|
regsvr.c \
|
|
sti.c \
|
|
sti_main.c
|
|
|
|
IDL_P_SRCS = \
|
|
sti_wia.idl
|
|
|
|
EXTRA_OBJS = dlldata.o
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|