LoadStringA inserts terminating null in the buffer when the string
[wine] / dlls / ttydrv / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = ttydrv
6 SOVERSION = 1.0
7 EXTRALIBS = $(LIBS)
8 IMPORTS   = user32 gdi32 kernel32
9
10 C_SRCS = \
11         bitmap.c \
12         dc.c \
13         graphics.c \
14         objects.c \
15         palette.c \
16         ttydrv_main.c \
17         user.c \
18         wnd.c
19
20 @MAKE_DLL_RULES@
21
22 ### Dependencies:
23