projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Define __fastcall.
[wine]
/
dlls
/
msacm32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = msacm32
6
SOVERSION = 1.0
7
8
SPEC_SRCS = msacm32.spec
9
10
C_SRCS = \
11
driver.c \
12
filter.c \
13
format.c \
14
internal.c \
15
msacm32_main.c \
16
stream.c
17
18
@MAKE_DLL_RULES@
19
20
### Dependencies:
21