repo.or.cz
/
wine
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wininet: Don't assume that end of chunk means end of stream.
[wine/wine-gecko.git]
/
dlls
/
d3drm
/
Makefile.in
blob
e5cf18854d478f3e23140363f6a4089f2c92018d
1
MODULE
=
d3drm.dll
2
IMPORTLIB
=
d3drm
3
IMPORTS
=
dxguid uuid d3dxof
4
5
C_SRCS
=
\
6
d3drm.c \
7
d3drm_main.c \
8
device.c \
9
face.c \
10
frame.c \
11
light.c \
12
material.c \
13
math.c \
14
meshbuilder.c \
15
texture.c \
16
viewport.c
17
18
RC_SRCS
=
version.rc
19
20
@MAKE_DLL_RULES@