projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implemented syslink control.
[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
IMPORTS = ole32 user32 advapi32 kernel32
8
EXTRALIBS = -luuid
9
10
C_SRCS = \
11
classinfo.c \
12
events.c \
13
factory.c \
14
misc.c \
15
oleobject.c \
16
persist.c \
17
regsvr.c \
18
shdocvw_main.c \
19
webbrowser.c
20
21
RC_SRCS = version.rc
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: