projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Set SE_GROUP_ENABLED in Attributes of Administrators SID during
[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
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
classinfo.c \
14
events.c \
15
factory.c \
16
misc.c \
17
oleobject.c \
18
persist.c \
19
regsvr.c \
20
shdocvw_main.c \
21
webbrowser.c
22
23
RC_SRCS = version.rc
24
25
@MAKE_DLL_RULES@
26
27
### Dependencies: