projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msi: Use the correct function pointer in msi_init_assembly_caches.
[wine]
/
dlls
/
d3drm
/
Makefile.in
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
frame.c \
10
light.c \
11
math.c \
12
meshbuilder.c \
13
viewport.c
14
15
RC_SRCS = version.rc
16
17
@MAKE_DLL_RULES@