projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dbghelp: Extended CPU structure by adding a default register number for frame.
[wine]
/
dlls
/
dmband
/
Makefile.in
1
MODULE = dmband.dll
2
IMPORTS = dxguid uuid ole32 advapi32
3
4
C_SRCS = \
5
band.c \
6
bandtrack.c \
7
dmband_main.c \
8
dmutils.c
9
10
IDL_R_SRCS = dmband.idl
11
12
RC_SRCS = version.rc
13
14
@MAKE_DLL_RULES@