projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml: Don't use PRInt32 in property getters implementations.
[wine]
/
dlls
/
sti
/
Makefile.in
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
IDL_P_SRCS = \
11
sti_wia.idl
12
13
IDL_R_SRCS = \
14
sti_wia.idl
15
16
EXTRA_OBJS = dlldata.o
17
18
@MAKE_DLL_RULES@