projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added a few more Unicode digits from Unicode version 4.1.
[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 = 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
misc.c \
19
oleobject.c \
20
persist.c \
21
regsvr.c \
22
shdocvw_main.c \
23
shlinstobj.c \
24
view.c \
25
webbrowser.c
26
27
RC_SRCS = shdocvw.rc
28
29
SUBDIRS = tests
30
31
@MAKE_DLL_RULES@
32
33
### Dependencies: