Sweden-Number/dlls/sti/Makefile.in

21 lines
366 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = sti.dll
IMPORTLIB = sti
2009-10-29 19:55:52 +01:00
IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32 kernel32
EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
2009-08-22 20:28:42 +02:00
C_SRCS = \
regsvr.c \
sti.c \
2009-08-22 20:28:42 +02:00
sti_main.c
2009-10-29 19:55:52 +01:00
IDL_P_SRCS = \
sti_wia.idl
EXTRA_OBJS = dlldata.o
@MAKE_DLL_RULES@