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