projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msvcrt: Implemented setjmp for x86_64.
[wine]
/
dlls
/
dmcompos
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dmcompos.dll
6
IMPORTS = dxguid uuid ole32 advapi32 kernel32
7
8
C_SRCS = \
9
chordmap.c \
10
chordmaptrack.c \
11
composer.c \
12
dmcompos_main.c \
13
regsvr.c \
14
signposttrack.c
15
16
RC_SRCS = version.rc
17
18
@MAKE_DLL_RULES@