projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved imports specification from the .spec into the Makefile so that
[wine]
/
dlls
/
winmm
/
wineoss
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wineoss.drv
6
IMPORTS = winmm.dll user32.dll kernel32.dll ntdll.dll
7
8
LDDLLFLAGS = @LDDLLFLAGS@
9
SYMBOLFILE = $(MODULE).tmp.o
10
11
C_SRCS = \
12
audio.c \
13
midi.c \
14
midipatch.c \
15
mixer.c \
16
mmaux.c \
17
oss.c
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: