projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Eliminate a redundant local variable in get_loop_control_const().
[wine]
/
dlls
/
dplayx
/
Makefile.in
1
EXTRADEFS = -DCOM_NO_WINDOWS_H
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = dplayx.dll
7
IMPORTLIB = dplayx
8
IMPORTS = dxguid uuid winmm ole32 user32 advapi32 kernel32
9
10
C_SRCS = \
11
dpclassfactory.c \
12
dplay.c \
13
dplaysp.c \
14
dplayx_global.c \
15
dplayx_main.c \
16
dplayx_messages.c \
17
dplobby.c \
18
lobbysp.c \
19
name_server.c \
20
regsvr.c
21
22
RC_SRCS = version.rc
23
24
@MAKE_DLL_RULES@
25
26
@DEPENDENCIES@ # everything below this line is overwritten by make depend