projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Corrected behaviour of RegOpenKey in case of failure.
[wine]
/
dlls
/
dplayx
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = dplayx
7
8
SPEC_SRCS = dplay.spec dplayx.spec
9
10
C_SRCS = dplay.c \
11
dplobby.c \
12
dpclassfactory.c \
13
dplayx_main.c \
14
dplayx_global.c
15
16
all: $(MODULE).o
17
18
@MAKE_RULES@
19
20
### Dependencies:
21