hal: Added an initial stub.
[wine] / dlls / dmcompos / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dmcompos.dll
6 IMPORTS   = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -ldxguid -luuid
8
9 C_SRCS = \
10         chordmap.c \
11         chordmaptrack.c \
12         composer.c \
13         dmcompos_main.c \
14         regsvr.c \
15         signposttrack.c
16
17 RC_SRCS = version.rc
18
19 @MAKE_DLL_RULES@
20
21 @DEPENDENCIES@  # everything below this line is overwritten by make depend