projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- added option to get double-buffered desktop
[wine]
/
dlls
/
dplayx
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dplayx
6
SOVERSION = 1.0
7
ALTNAMES = dplay
8
IMPORTS = ole32
9
10
SPEC_SRCS = dplay.spec dplayx.spec
11
12
C_SRCS = dplay.c \
13
dplobby.c \
14
dpclassfactory.c \
15
dplayx_main.c \
16
dplayx_global.c \
17
name_server.c
18
19
20
@MAKE_DLL_RULES@
21
22
### Dependencies:
23