projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msi: Make sure to only open a patch database in msi_apply_patch_package.
[wine]
/
dlls
/
sti
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = sti.dll
6
IMPORTLIB = sti
7
IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32 kernel32
8
EXTRADEFS = -DENTRY_PREFIX=STI_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL
9
10
C_SRCS = \
11
regsvr.c \
12
sti.c \
13
sti_main.c
14
15
IDL_P_SRCS = \
16
sti_wia.idl
17
18
EXTRA_OBJS = dlldata.o
19
20
@MAKE_DLL_RULES@