projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added internal Wine messages to perform SetWindowPos, ShowWindow and
[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
IMPORTS = user32 gdi32 kernel32 ntdll
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
bitmap.c \
14
dc.c \
15
graphics.c \
16
objects.c \
17
palette.c \
18
ttydrv_main.c \
19
user.c \
20
wnd.c
21
22
@MAKE_DLL_RULES@
23
24
### Dependencies:
25