mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
18 lines
288 B
Makefile
18 lines
288 B
Makefile
MODULE = sti.dll
|
|
IMPORTLIB = sti
|
|
IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32
|
|
EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL
|
|
|
|
C_SRCS = \
|
|
sti.c \
|
|
sti_main.c
|
|
|
|
IDL_P_SRCS = \
|
|
sti_wia.idl
|
|
|
|
IDL_R_SRCS = \
|
|
sti_wia.idl
|
|
|
|
EXTRA_OBJS = dlldata.o
|
|
|
|
@MAKE_DLL_RULES@
|