projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Change the callback declarations to a safer format.
[wine]
/
dlls
/
dplayx
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dplayx
6
EXTRALIBS = $(LIBUUID)
7
8
LDDLLFLAGS = @LDDLLFLAGS@
9
SYMBOLFILE = $(MODULE).tmp.o
10
11
C_SRCS = \
12
dpclassfactory.c \
13
dplay.c \
14
dplaysp.c \
15
dplayx_global.c \
16
dplayx_main.c \
17
dplayx_messages.c \
18
dplobby.c \
19
name_server.c
20
21
@MAKE_DLL_RULES@
22
23
### Dependencies:
24