projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
shdocvw: Implemented a couple of forwards to shlwapi.
[wine]
/
dlls
/
shdocvw
/
Makefile.in
1
EXTRADEFS = -D_SHDOCVW_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = shdocvw.dll
7
IMPORTLIB = libshdocvw.$(IMPLIBEXT)
8
IMPORTS = shlwapi user32 advapi32 kernel32
9
DELAYIMPORTS = urlmon ole32 oleaut32
10
EXTRALIBS = -luuid
11
12
C_SRCS = \
13
classinfo.c \
14
client.c \
15
dochost.c \
16
events.c \
17
factory.c \
18
frame.c \
19
navigate.c \
20
oleobject.c \
21
persist.c \
22
regsvr.c \
23
shdocvw_main.c \
24
shlinstobj.c \
25
view.c \
26
webbrowser.c
27
28
RC_SRCS = shdocvw.rc
29
30
SUBDIRS = tests
31
32
@MAKE_DLL_RULES@
33
34
### Dependencies: