projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
usp10: Move the application of pair values to a helper function.
[wine]
/
dlls
/
ddraw
/
Makefile.in
1
MODULE = ddraw.dll
2
IMPORTLIB = ddraw
3
IMPORTS = dxguid uuid wined3d user32 gdi32 advapi32
4
5
C_SRCS = \
6
clipper.c \
7
ddraw.c \
8
device.c \
9
executebuffer.c \
10
light.c \
11
main.c \
12
material.c \
13
palette.c \
14
surface.c \
15
utils.c \
16
vertexbuffer.c \
17
viewport.c
18
19
IDL_R_SRCS = ddraw_classes.idl
20
21
RC_SRCS = version.rc
22
23
@MAKE_DLL_RULES@