projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Convert some registry helper functions to use unicode versions of
[wine]
/
dlls
/
ttydrv
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winetty.drv
6
IMPORTS = user32 gdi32 kernel32 ntdll
7
EXTRALIBS = @CURSESLIBS@
8
9
C_SRCS = \
10
bitmap.c \
11
dc.c \
12
graphics.c \
13
objects.c \
14
palette.c \
15
ttydrv_main.c \
16
user.c \
17
wnd.c
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: