projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
urlmon: Don't create stgmed_obj for binding to object.
[wine]
/
dlls
/
d3drm
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = d3drm.dll
6
IMPORTLIB = libd3drm.$(IMPLIBEXT)
7
IMPORTS = kernel32
8
9
C_SRCS = \
10
d3drm_main.c \
11
math.c
12
13
RC_SRCS = version.rc
14
15
@MAKE_DLL_RULES@
16
17
@DEPENDENCIES@ # everything below this line is overwritten by make depend