projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added imports of user32/gdi32/kernel32 wherever necessary.
[wine]
/
dlls
/
winmm
/
wineoss
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wineoss.drv
6
SOVERSION = 1.0
7
IMPORTS = winmm user32 kernel32
8
9
C_SRCS = \
10
audio.c \
11
midi.c \
12
midipatch.c \
13
mixer.c \
14
mmaux.c \
15
oss.c
16
17
@MAKE_DLL_RULES@
18
19
### Dependencies: