projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdi32: Avoid signed-unsigned integer comparisons.
[wine]
/
dlls
/
shdocvw
/
Makefile.in
1
EXTRADEFS = -D_SHDOCVW_
2
MODULE = shdocvw.dll
3
IMPORTLIB = shdocvw
4
IMPORTS = uuid shlwapi
5
DELAYIMPORTS = version ole32 oleaut32 ieframe
6
7
C_SRCS = \
8
shdocvw_main.c \
9
shlinstobj.c
10
11
RC_SRCS = \
12
shdocvw.rc
13
14
IDL_TLB_SRCS = shdocvw_v1.idl
15
16
@MAKE_DLL_RULES@